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.
1 parent 412d03e commit 8d74496Copy full SHA for 8d74496
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