From 61b615200735af9d9a4fd44cfb5757fe97f5f011 Mon Sep 17 00:00:00 2001 From: Aziz Date: Fri, 18 Dec 2020 20:38:52 +0100 Subject: [PATCH 1/5] Update setup.py --- setup.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/setup.py b/setup.py index b89a3c9983..d3ea44a2a7 100755 --- a/setup.py +++ b/setup.py @@ -73,6 +73,13 @@ 'python_requires': '>=3.6' } +PROJECT_URLS = { + "Bug Tracker": "https://github.com/pvlib/pvlib-python/issues", + "Documentation": "https://pvlib-python.readthedocs.io/", + "Source Code": "https://github.com/pvlib/pvlib-python", +} + + # set up pvlib packages to be installed and extensions to be compiled PACKAGES = ['pvlib'] From cb693ffa44dfc2e39cc6656790b94f383a35f77d Mon Sep 17 00:00:00 2001 From: Aziz Date: Fri, 18 Dec 2020 20:52:28 +0100 Subject: [PATCH 2/5] Update setup.py --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index d3ea44a2a7..d35266f488 100755 --- a/setup.py +++ b/setup.py @@ -79,7 +79,6 @@ "Source Code": "https://github.com/pvlib/pvlib-python", } - # set up pvlib packages to be installed and extensions to be compiled PACKAGES = ['pvlib'] From 5179fea11075beff34e8e245a91be5f2a8a496fc Mon Sep 17 00:00:00 2001 From: Aziz Date: Fri, 18 Dec 2020 20:56:59 +0100 Subject: [PATCH 3/5] add project_urls --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index d35266f488..e2bacea7a8 100755 --- a/setup.py +++ b/setup.py @@ -115,5 +115,6 @@ maintainer_email=MAINTAINER_EMAIL, license=LICENSE, url=URL, + project_urls=PROJECT_URLS, classifiers=CLASSIFIERS, **setuptools_kwargs) From 517f81d03f31b9f27e38b620b676c77b49d0c5ca Mon Sep 17 00:00:00 2001 From: Aziz Date: Fri, 18 Dec 2020 21:18:04 +0100 Subject: [PATCH 4/5] Update v0.8.1.rst --- docs/sphinx/source/whatsnew/v0.8.1.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/sphinx/source/whatsnew/v0.8.1.rst b/docs/sphinx/source/whatsnew/v0.8.1.rst index 0c1b588276..b6e0244081 100644 --- a/docs/sphinx/source/whatsnew/v0.8.1.rst +++ b/docs/sphinx/source/whatsnew/v0.8.1.rst @@ -62,3 +62,5 @@ Contributors * Cliff Hansen (:ghuser:`cwhanse`) * Will Vining (:ghuser:`wfvining`) * Michael Jurasovic (:ghuser:`jurasofish`) +* Aziz Ben Othman (:ghuser:`AzizCode92`) + From f0135dfc6ce9e137c1255be76fb66370ff3596f0 Mon Sep 17 00:00:00 2001 From: Aziz Date: Fri, 18 Dec 2020 21:45:57 +0100 Subject: [PATCH 5/5] Update v0.8.1.rst --- docs/sphinx/source/whatsnew/v0.8.1.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sphinx/source/whatsnew/v0.8.1.rst b/docs/sphinx/source/whatsnew/v0.8.1.rst index b6e0244081..df2835226f 100644 --- a/docs/sphinx/source/whatsnew/v0.8.1.rst +++ b/docs/sphinx/source/whatsnew/v0.8.1.rst @@ -49,6 +49,7 @@ Documentation (:issue:`1055`, :pull:`1075`) * Add gallery example about backtracking on sloped terrain. (:pull:`1077`) * Add toggle button for code prompts to make copying code easier (:pull:`1096`) +* Add project urls to setup.py for pypi page (:pull:`1119`) Requirements ~~~~~~~~~~~~