take off author_email after pypi rejects
This commit is contained in:
parent
22da561ae5
commit
0e64cd045c
1
setup.py
1
setup.py
|
@ -68,7 +68,6 @@ def main():
|
||||||
license='MIT license',
|
license='MIT license',
|
||||||
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
|
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
|
||||||
author='Holger Krekel, Bruno Oliveira, Ronny Pfannschmidt, Floris Bruynooghe, Brianna Laugher, Florian Bruhin and others',
|
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':
|
entry_points={'console_scripts':
|
||||||
['pytest=pytest:main', 'py.test=pytest:main']},
|
['pytest=pytest:main', 'py.test=pytest:main']},
|
||||||
classifiers=classifiers,
|
classifiers=classifiers,
|
||||||
|
|
Loading…
Reference in New Issue