From e298515a63ff2a99e99b90ba0e14516b8585014e Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Sun, 17 Jun 2018 10:24:01 +0200 Subject: [PATCH] remove unicode char --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cd9df90..a286a77 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, Bernèche, 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. """