diff --git a/python/setup.py b/python/setup.py index a45612d..e5a795f 100644 --- a/python/setup.py +++ b/python/setup.py @@ -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 , Ben Letham ", author_email="sjtz@pm.me", license="MIT",