From fc2327882a85186302a19e64c7d46e4ace88ca15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Pietka?= Date: Thu, 9 Mar 2017 09:35:32 +0100 Subject: [PATCH] Pypi now require valid email... --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 76658b8..e2d3b27 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ description='A tool to copy labels between repositories using Github API', url='http://github.com/fpietka/github-labels-copy', author='François Pietka', - author_email='francois[at]]pietka[dot]fr', + author_email='francois@pietka.fr', license='MIT', packages=['githublabelscopy'], long_description=open('README.rst').read(),