File tree 2 files changed +10
-0
lines changed
docs/sphinx/source/whatsnew
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 73
73
'python_requires' : '>=3.6'
74
74
}
75
75
76
+ PROJECT_URLS = {
77
+ "Bug Tracker" : "https://github.com/pvlib/pvlib-python/issues" ,
78
+ "Documentation" : "https://pvlib-python.readthedocs.io/" ,
79
+ "Source Code" : "https://github.com/pvlib/pvlib-python" ,
80
+ }
81
+
76
82
# set up pvlib packages to be installed and extensions to be compiled
77
83
PACKAGES = ['pvlib' ]
78
84
109
115
maintainer_email = MAINTAINER_EMAIL ,
110
116
license = LICENSE ,
111
117
url = URL ,
118
+ project_urls = PROJECT_URLS ,
112
119
classifiers = CLASSIFIERS ,
113
120
** setuptools_kwargs )
You can’t perform that action at this time.
0 commit comments