We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b45eed6 commit 77efc06Copy full SHA for 77efc06
setup.py
@@ -10,5 +10,6 @@
10
url = "https://github.com/T-002/pycast",
11
license = "LICENSE.txt",
12
description = "A Python Forecasting and Smoothing Library",
13
- long_description = open("README.rst").read()
+ long_description = open("README.rst").read(),
14
+ download_url = "git://github.com/T-002/pycast.git"
15
)
0 commit comments