diff --git a/setup.py b/setup.py index 09a1e56..524be92 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ description='Calculate the geographical distance between 2 points with extreme accuracy.', long_description=open('README.rst').read(), author='Maurycy Pietrzak', - author_email=['github.com@wayheavy.com'], + author_email='github.com@wayheavy.com', url='https://github.com/maurycyp/vincenty', packages=['vincenty'], license='Unlicense',