From 4aa1c06c47de96c2ae4d3a1cd198e3f36747984f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Mart=C3=ADn?= Date: Thu, 27 Sep 2012 16:13:58 +0200 Subject: [PATCH] Fill the email --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index a7d6952..e318f7c 100644 --- a/setup.py +++ b/setup.py @@ -12,6 +12,7 @@ setup( name="django-multiselectfield", version="0.0.1", author="Daniel Roseman", + author_email="goinnn@gmail.com", description="Django multiple select field", long_description=(read('README.rst') + '\n\n' + read('CHANGES.rst')), classifiers=[