Skip to content

Commit d79ab5f

Browse files
committed
remove {nospam} from author_email & maintainer_email (PyPI doesnt validate those anymore)
1 parent 01526a7 commit d79ab5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ def get_version(version_tuple):
7070
name='mongoengine',
7171
version=VERSION,
7272
author='Harry Marr',
73-
author_email='harry.marr@{nospam}gmail.com',
74-
maintainer="Ross Lawley",
75-
maintainer_email="ross.lawley@{nospam}gmail.com",
73+
author_email='[email protected]',
74+
maintainer="Stefan Wojcik",
75+
maintainer_email="wojcikstefan@gmail.com",
7676
url='http://mongoengine.org/',
7777
download_url='https://github.com/MongoEngine/mongoengine/tarball/master',
7878
license='MIT',

0 commit comments

Comments
 (0)