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=[