diff --git a/setup.py b/setup.py index 0676209..412326d 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ version = '1.0.0', url = 'https://github.com/mypackage.git', author = 'Author Name', - author_email = 'author@gmail.com’, + author_email = 'author@gmail.com', description = 'Description of my package', packages = find_packages(), install_requires = ['numpy >= 1.11.1', 'matplotlib >= 1.5.1'],