Skip to content

Commit d4b0880

Browse files
author
stonebig
committed
switch to new pypi location
1 parent b9ca4ce commit d4b0880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

winpython/wppm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def get_package_metadata(database, name):
4242
# machine which is not connected to the internet
4343
db = cp.ConfigParser()
4444
db.readfp(open(osp.join(DATA_PATH, database)))
45-
metadata = dict(description='', url='https://pypi.python.org/pypi/' + name)
45+
metadata = dict(description='', url='https://pypi.org/project/' + name)
4646
for key in metadata:
4747
name1 = name.lower()
4848
# wheel replace '-' per '_' in key

0 commit comments

Comments
 (0)