remove non-ascii char from description

This commit is contained in:
danijoo
2018-06-20 10:59:16 +02:00
committed by GitHub
parent 1da7f7a5f8
commit 3e05262c22

View File

@@ -5,7 +5,7 @@ except ImportError:
from distutils.core import setup from distutils.core import setup
LONG_DESCRIPTION = """`adaptiveumbrella` is a python implementation of the LONG_DESCRIPTION = """`adaptiveumbrella` is a python implementation of the
[self-learning adaptive umbrella sampling algorithm (Wojtas-Niziurski, Meng, Roux, Bernèche, 2013)] [self-learning adaptive umbrella sampling algorithm (Wojtas-Niziurski, Meng, Roux, Berneche, 2013)]
(https://pubs.acs.org/doi/abs/10.1021/ct300978b) technique. It allows the calculation of a multidimensional potential (https://pubs.acs.org/doi/abs/10.1021/ct300978b) technique. It allows the calculation of a multidimensional potential
of mean force while automatically exploring the phase space. of mean force while automatically exploring the phase space.
""" """