Skip to content

Commit 335dedc

Browse files
authored
Use https in setup.py's URL metadata (theskumar#251)
1 parent 7841022 commit 335dedc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def read_files(files):
2525
version=meta['__version__'],
2626
author="Saurabh Kumar",
2727
author_email="[email protected]",
28-
url="http://github.com/theskumar/python-dotenv",
28+
url="https://github.com/theskumar/python-dotenv",
2929
keywords=['environment variables', 'deployments', 'settings', 'env', 'dotenv',
3030
'configurations', 'python'],
3131
packages=['dotenv'],

0 commit comments

Comments
 (0)