We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c099b9c commit 8d04075Copy full SHA for 8d04075
setup.py
@@ -30,7 +30,7 @@
30
long_desc = open('README.rst').read()
31
# long_desc = open('README.rst', encoding='utf-8').read() # This one only works with Python 3
32
author = __author__
33
-author_email = "https://www.decalage.info/contact"
+author_email = "nospam@decalage.info"
34
url = "https://www.decalage.info/python/olefileio"
35
license = "BSD"
36
download_url = "https://github.com/decalage2/olefile/tarball/master"
0 commit comments