@@ -30,7 +30,7 @@ def plotly_js_version():
30
30
31
31
32
32
def readme ():
33
- with open ('README.rst ' ) as f :
33
+ with open ('README.md ' ) as f :
34
34
return f .read ()
35
35
36
36
@@ -391,20 +391,23 @@ def run(self):
391
391
use_2to3 = False ,
392
392
author = 'Chris P' ,
393
393
394
- maintainer = 'Chris P ' ,
395
- maintainer_email = 'chris @plot.ly' ,
394
+ maintainer = 'Jon Mease ' ,
395
+ maintainer_email = 'jon @plot.ly' ,
396
396
url = 'https://plot.ly/python/' ,
397
- description = "Python plotting library for collaborative, "
398
- "interactive, publication-quality graphs. " ,
397
+ project_urls = { "Github" : "https://github.com/plotly/plotly.py" },
398
+ description = "An open-source, interactive graphing library for Python " ,
399
399
long_description = readme (),
400
+ long_description_content_type = "text/markdown" ,
400
401
classifiers = [
401
- 'Development Status :: 4 - Beta ' ,
402
+ 'Development Status :: 5 - Production/Stable ' ,
402
403
'Programming Language :: Python :: 2' ,
403
404
'Programming Language :: Python :: 2.7' ,
404
405
'Programming Language :: Python :: 3' ,
405
406
'Programming Language :: Python :: 3.3' ,
406
407
'Programming Language :: Python :: 3.4' ,
407
408
'Programming Language :: Python :: 3.5' ,
409
+ 'Programming Language :: Python :: 3.6' ,
410
+ 'Programming Language :: Python :: 3.7' ,
408
411
'Topic :: Scientific/Engineering :: Visualization' ,
409
412
],
410
413
license = 'MIT' ,
0 commit comments