We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e36da9 commit f9a13b3Copy full SHA for f9a13b3
setup.py
@@ -1,6 +1,6 @@
1
#!/usr/bin/env python3
2
3
-# Copyright (c) 2017, Menno Smits
+# Copyright (c) 2023, Menno Smits
4
# Released subject to the New BSD License
5
# Please see http://en.wikipedia.org/wiki/BSD_licenses
6
@@ -46,8 +46,6 @@
46
author_email=info["author_email"],
47
license="3-Clause BSD License",
48
url="https://github.com/mjs/imapclient/",
49
- download_url="http://menno.io/projects/IMAPClient/IMAPClient-%s.zip"
50
- % info["version"],
51
packages=["imapclient"],
52
package_data=dict(imapclient=["examples/*.py"]),
53
extras_require={"doc": doc_deps},
0 commit comments