Skip to content

Commit f9a13b3

Browse files
author
Menno Finlay-Smits
committed
Remove irrelevant download_url field
It doesn't even work
1 parent 7e36da9 commit f9a13b3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
# Copyright (c) 2017, Menno Smits
3+
# Copyright (c) 2023, Menno Smits
44
# Released subject to the New BSD License
55
# Please see http://en.wikipedia.org/wiki/BSD_licenses
66

@@ -46,8 +46,6 @@
4646
author_email=info["author_email"],
4747
license="3-Clause BSD License",
4848
url="https://github.com/mjs/imapclient/",
49-
download_url="http://menno.io/projects/IMAPClient/IMAPClient-%s.zip"
50-
% info["version"],
5149
packages=["imapclient"],
5250
package_data=dict(imapclient=["examples/*.py"]),
5351
extras_require={"doc": doc_deps},

0 commit comments

Comments
 (0)