take off author_email after pypi rejects

This commit is contained in:
Ronny Pfannschmidt 2017-01-22 22:14:54 +01:00
parent 22da561ae5
commit 0e64cd045c
1 changed files with 0 additions and 1 deletions

View File

@ -68,7 +68,6 @@ def main():
license='MIT license',
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
author='Holger Krekel, Bruno Oliveira, Ronny Pfannschmidt, Floris Bruynooghe, Brianna Laugher, Florian Bruhin and others',
author_email='holger at merlinux.eu',
entry_points={'console_scripts':
['pytest=pytest:main', 'py.test=pytest:main']},
classifiers=classifiers,