From 4026f1ca4d7397792ac3fee5ebc3d072291e21c3 Mon Sep 17 00:00:00 2001 From: Andrii Oriekhov Date: Tue, 24 May 2022 14:51:05 +0300 Subject: [PATCH] add GitHub URL for PyPi (#2128) --- python/setup.py | 3 +++ 1 file changed, 3 insertions(+) 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",