File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -265,7 +265,7 @@ def run(self):
265
265
description = "Python plotting package" ,
266
266
author = "John D. Hunter, Michael Droettboom" ,
267
267
author_email = "matplotlib-users@python.org" ,
268
- url = "http ://matplotlib.org" ,
268
+ url = "https ://matplotlib.org" ,
269
269
long_description = """
270
270
Matplotlib strives to produce publication quality 2D graphics
271
271
for interactive graphing, scientific publishing, user interface
@@ -281,7 +281,12 @@ def run(self):
281
281
package_dir = package_dir ,
282
282
package_data = package_data ,
283
283
classifiers = classifiers ,
284
- download_url = "http://matplotlib.org/users/installing.html" ,
284
+ download_url = "https://matplotlib.org/users/installing.html" ,
285
+ project_urls = {
286
+ 'Bug Tracker' : 'https://github.com/matplotlib/matplotlib/issues' ,
287
+ 'Documentation' : 'https://matplotlib.org/contents.html' ,
288
+ 'Source Code' : 'https://github.com/matplotlib/matplotlib'
289
+ },
285
290
286
291
python_requires = '>=3.6' ,
287
292
# List third-party Python packages that we require
You can’t perform that action at this time.
0 commit comments