Skip to content

Commit 5f27aec

Browse files
nicolaskruchtenjonmmease
authored andcommitted
clean up PyPI metadata (#1480)
1 parent 82a62ff commit 5f27aec

File tree

4 files changed

+10
-123
lines changed

4 files changed

+10
-123
lines changed

Diff for: MANIFEST.in

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
include LICENSE.txt
2-
include README.rst
32
include README.md
43
include plotlywidget.json
54
include versioneer.py

Diff for: README.rst

-115
This file was deleted.

Diff for: setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[metadata]
2-
description-file = README.rst
2+
description-file = README.md
33
license_file = LICENSE.txt
44

55
[bdist_wheel]

Diff for: setup.py

+9-6
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def plotly_js_version():
3030

3131

3232
def 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='[email protected]',
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

Comments
 (0)