@@ -30,7 +30,7 @@ def plotly_js_version():
3030
3131
3232def readme ():
33- with open ('README.rst ' ) as f :
33+ with open ('README.md ' ) as f :
3434 return f .read ()
3535
3636
@@ -391,20 +391,23 @@ def run(self):
391391 use_2to3 = False ,
392392 author = 'Chris P' ,
393393 author_email = 'chris@plot.ly' ,
394- maintainer = 'Chris P ' ,
395- maintainer_email = 'chris @plot.ly' ,
394+ maintainer = 'Jon Mease ' ,
395+ maintainer_email = 'jon @plot.ly' ,
396396 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 " ,
399399 long_description = readme (),
400+ long_description_content_type = "text/markdown" ,
400401 classifiers = [
401- 'Development Status :: 4 - Beta ' ,
402+ 'Development Status :: 5 - Production/Stable ' ,
402403 'Programming Language :: Python :: 2' ,
403404 'Programming Language :: Python :: 2.7' ,
404405 'Programming Language :: Python :: 3' ,
405406 'Programming Language :: Python :: 3.3' ,
406407 'Programming Language :: Python :: 3.4' ,
407408 'Programming Language :: Python :: 3.5' ,
409+ 'Programming Language :: Python :: 3.6' ,
410+ 'Programming Language :: Python :: 3.7' ,
408411 'Topic :: Scientific/Engineering :: Visualization' ,
409412 ],
410413 license = 'MIT' ,
0 commit comments