Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 79fdbb6 + 8d74496 commit c26ded9Copy full SHA for c26ded9
winpython/wppm.py
@@ -42,7 +42,7 @@ def get_package_metadata(database, name):
42
# machine which is not connected to the internet
43
db = cp.ConfigParser()
44
db.readfp(open(osp.join(DATA_PATH, database)))
45
- metadata = dict(description='', url='http://pypi.python.org/pypi/' + name)
+ metadata = dict(description='', url='https://pypi.python.org/pypi/' + name)
46
for key in metadata:
47
name1 = name.lower()
48
# wheel replace '-' per '_' in key
0 commit comments