Skip to content

Commit 82999ed

Browse files
committed
Add github URL, provide pypi as download_url
1 parent ca918b9 commit 82999ed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ def make_long_description(marker=None, intro=None):
102102
setup(
103103
name="click-configfile",
104104
version="0.3.0a0",
105-
url="http://pypi.python.org/pypi/click-configfile/",
105+
url="https://github.com/jenisys/click-configfile",
106+
download_url="https://pypi.python.org/pypi/click-configfile/",
106107
author="Jens Engel",
107108
author_email="[email protected]",
108109
license="BSD",
@@ -127,4 +128,5 @@ def make_long_description(marker=None, intro=None):
127128
':python_version=="3.3"': before_py35_extra,
128129
':python_version=="3.4"': before_py35_extra,
129130
},
131+
zip_safe=True,
130132
)

0 commit comments

Comments
 (0)