Skip to content

Commit 2e3bfc5

Browse files
committed
Update setup.py
1 parent 7e7c62f commit 2e3bfc5

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

setup.py

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
from setuptools import setup
22
exec(open('plotly/version.py').read())
33
def readme():
4-
with open('README.txt') as f:
4+
with open('pypi_description.txt') as f:
55
return f.read()
66

77
setup(name='plotly',
88
version=__version__,
9-
description='',
10-
url='https://plot.ly/api/python',
119
author='Chris P',
1210
author_email='chris@plot.ly',
13-
classifiers=['Development Status :: 3 - Alpha',
11+
maintainer='Chris P',
12+
maintainer_email='chris@plot.ly',
13+
url='https://plot.ly/api/python',
14+
description='Python plotting library for collaborative, interactive, web-based, publication-quality graphs.',
15+
long_description=readme(),
16+
classifiers=['Development Status :: 4 - Beta',
1417
'Programming Language :: Python :: 2.7',
1518
'Programming Language :: Python :: 3.3',
1619
'Topic :: Scientific/Engineering :: Visualization',

0 commit comments

Comments
 (0)