File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
docs/sphinx/source/whatsnew Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ Documentation
4949 (:issue: `1055 `, :pull: `1075 `)
5050* Add gallery example about backtracking on sloped terrain. (:pull: `1077 `)
5151* Add toggle button for code prompts to make copying code easier (:pull: `1096 `)
52+ * Add project urls to setup.py for pypi page (:pull: `1119 `)
5253
5354Requirements
5455~~~~~~~~~~~~
@@ -62,3 +63,5 @@ Contributors
6263* Cliff Hansen (:ghuser: `cwhanse `)
6364* Will Vining (:ghuser: `wfvining `)
6465* Michael Jurasovic (:ghuser: `jurasofish `)
66+ * Aziz Ben Othman (:ghuser: `AzizCode92 `)
67+
Original file line number Diff line number Diff line change 7979 'python_requires' : '>=3.6'
8080}
8181
82+ PROJECT_URLS = {
83+ "Bug Tracker" : "https://github.com/pvlib/pvlib-python/issues" ,
84+ "Documentation" : "https://pvlib-python.readthedocs.io/" ,
85+ "Source Code" : "https://github.com/pvlib/pvlib-python" ,
86+ }
87+
8288# set up pvlib packages to be installed and extensions to be compiled
8389PACKAGES = ['pvlib' ]
8490
115121 maintainer_email = MAINTAINER_EMAIL ,
116122 license = LICENSE ,
117123 url = URL ,
124+ project_urls = PROJECT_URLS ,
118125 classifiers = CLASSIFIERS ,
119126 ** setuptools_kwargs )
You can’t perform that action at this time.
0 commit comments