Skip to content
This repository has been archived by the owner on Apr 13, 2020. It is now read-only.

Commit

Permalink
prepended https to download url
Browse files Browse the repository at this point in the history
  • Loading branch information
Ankur Srivastava committed Aug 12, 2018
1 parent e5468fd commit 0903ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def get_version():
zip_safe=False,
author="Ankur Srivastava",
author_email="best.ankur@gmail.com",
download_url="github.com/ansrivas/pyswitcheo/archive/{}.tar.gz".format(get_version()),
download_url="https://github.com/ansrivas/pyswitcheo/archive/{}.tar.gz".format(get_version()),
classifiers=[
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7"]
Expand Down

0 comments on commit 0903ca3

Please sign in to comment.