Skip to content

Commit

Permalink
Update author_email in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
maurycyp committed Jul 19, 2016
1 parent 16d4fed commit 48ba4d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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',
Expand Down

0 comments on commit 48ba4d9

Please sign in to comment.