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 b9ca4ce commit d4b0880Copy full SHA for d4b0880
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='https://pypi.python.org/pypi/' + name)
+ metadata = dict(description='', url='https://pypi.org/project/' + name)
46
for key in metadata:
47
name1 = name.lower()
48
# wheel replace '-' per '_' in key
0 commit comments