Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8d74496

Browse files
author
stonebig
committed
use https in relase documents, no more http
1 parent 412d03e commit 8d74496

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='http://pypi.python.org/pypi/' + name)
45+
metadata = dict(description='', url='https://pypi.python.org/pypi/' + name)
4646
for key in metadata:
4747
name1 = name.lower()
4848
# wheel replace '-' per '_' in key

0 commit comments

Comments
 (0)