remove {nospam} from author_email & maintainer_email (PyPI doesnt validate those anymore)

This commit is contained in:
Stefan Wojcik 2017-10-01 17:05:28 -04:00
parent 01526a7b37
commit d79ab5ffeb

View File

@ -70,9 +70,9 @@ setup(
name='mongoengine', name='mongoengine',
version=VERSION, version=VERSION,
author='Harry Marr', author='Harry Marr',
author_email='harry.marr@{nospam}gmail.com', author_email='harry.marr@gmail.com',
maintainer="Ross Lawley", maintainer="Stefan Wojcik",
maintainer_email="ross.lawley@{nospam}gmail.com", maintainer_email="wojcikstefan@gmail.com",
url='http://mongoengine.org/', url='http://mongoengine.org/',
download_url='https://github.com/MongoEngine/mongoengine/tarball/master', download_url='https://github.com/MongoEngine/mongoengine/tarball/master',
license='MIT', license='MIT',