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