From 3e05262c22335a2d07088c183ac7ab5e509282c2 Mon Sep 17 00:00:00 2001 From: danijoo Date: Wed, 20 Jun 2018 10:59:16 +0200 Subject: [PATCH] remove non-ascii char from description --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index a286a77..fb2e164 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: from distutils.core import setup 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 of mean force while automatically exploring the phase space. """ @@ -29,4 +29,4 @@ setup( url='https://github.com/danijoo/adaptiveumbrella', long_description=LONG_DESCRIPTION, packages=['adaptiveumbrella'], -install_requires=['numpy']) \ No newline at end of file +install_requires=['numpy'])