Skip to content

Commit 8d04075

Browse files
committed
setup: PyPI requires an e-mail address
1 parent c099b9c commit 8d04075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
long_desc = open('README.rst').read()
3131
# long_desc = open('README.rst', encoding='utf-8').read() # This one only works with Python 3
3232
author = __author__
33-
author_email = "https://www.decalage.info/contact"
33+
author_email = "nospam@decalage.info"
3434
url = "https://www.decalage.info/python/olefileio"
3535
license = "BSD"
3636
download_url = "https://github.com/decalage2/olefile/tarball/master"

0 commit comments

Comments
 (0)