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
49
49
(:issue: `1055 `, :pull: `1075 `)
50
50
* Add gallery example about backtracking on sloped terrain. (:pull: `1077 `)
51
51
* 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 `)
52
53
53
54
Requirements
54
55
~~~~~~~~~~~~
@@ -62,3 +63,5 @@ Contributors
62
63
* Cliff Hansen (:ghuser: `cwhanse `)
63
64
* Will Vining (:ghuser: `wfvining `)
64
65
* Michael Jurasovic (:ghuser: `jurasofish `)
66
+ * Aziz Ben Othman (:ghuser: `AzizCode92 `)
67
+
Original file line number Diff line number Diff line change 79
79
'python_requires' : '>=3.6'
80
80
}
81
81
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
+
82
88
# set up pvlib packages to be installed and extensions to be compiled
83
89
PACKAGES = ['pvlib' ]
84
90
115
121
maintainer_email = MAINTAINER_EMAIL ,
116
122
license = LICENSE ,
117
123
url = URL ,
124
+ project_urls = PROJECT_URLS ,
118
125
classifiers = CLASSIFIERS ,
119
126
** setuptools_kwargs )
You can’t perform that action at this time.
0 commit comments