From cda383ee14ec826e61217be148d5bc7337fd7ece Mon Sep 17 00:00:00 2001 From: Achilles Rasquinha Date: Tue, 17 Apr 2018 19:41:27 +0530 Subject: [PATCH] Non-ASCII character fix --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'],