Skip to content

Commit 77efc06

Browse files
committed
added download url
1 parent b45eed6 commit 77efc06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
url = "https://github.com/T-002/pycast",
1111
license = "LICENSE.txt",
1212
description = "A Python Forecasting and Smoothing Library",
13-
long_description = open("README.rst").read()
13+
long_description = open("README.rst").read(),
14+
download_url = "git://github.com/T-002/pycast.git"
1415
)

0 commit comments

Comments
 (0)