mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-07-04 04:07:25 +00:00
add GitHub URL for PyPi (#2128)
This commit is contained in:
parent
b52fa5cf0e
commit
4026f1ca4d
1 changed files with 3 additions and 0 deletions
|
|
@ -228,6 +228,9 @@ setup(
|
|||
version="1.1",
|
||||
description="Automatic Forecasting Procedure",
|
||||
url="https://facebook.github.io/prophet/",
|
||||
project_urls={
|
||||
"Source": "https://github.com/facebook/prophet",
|
||||
},
|
||||
author="Sean J. Taylor <sjtz@pm.me>, Ben Letham <bletham@fb.com>",
|
||||
author_email="sjtz@pm.me",
|
||||
license="MIT",
|
||||
|
|
|
|||
Loading…
Reference in a new issue