Skip to content

Commit 6c4e782

Browse files
author
凡境
committed
update setup.py and _version.py
1 parent 4938c98 commit 6c4e782

File tree

2 files changed

+10
-13
lines changed

2 files changed

+10
-13
lines changed

pyvchart/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.1.0"
1+
__version__ = "2.0.0"
22
__author__ = "sunhailin-Leo"

setup.py

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,17 @@
88
# $ python setup.py upload
99

1010

11-
__title__ = "pyvchart"
12-
__description__ = "Python options, make charting easier"
13-
__url__ = "https://github.com/pyvchart/pyvchart"
14-
__author_email__ = "379978424@qq.com"
11+
__title__ = "py-vchart"
12+
__description__ = "python visualization sdk for @visactor/vchart"
13+
__url__ = "https://github.com/VisActor/py-vchart"
14+
__author_email__ = "shjkfld379978424@gmail.com"
1515
__license__ = "MIT"
1616

17-
__requires__ = ["jinja2", "simplejson"]
18-
# __extra_requires__ = {
19-
# "selenium": ["snapshot-selenium"],
20-
# "phantomjs": ["snapshot-phantomjs"],
21-
# "pyppeteer": ["snapshot-pyppeteer"],
22-
# "images": ["PIL"],
23-
# }
17+
__requires__ = [
18+
"setuptools>=38.3",
19+
"jinja2>=2.11.3",
20+
"simplejson",
21+
]
2422

2523
__keywords__ = ["VChart", "charts", "plotting-tool"]
2624
# Load the package's _version.py module as a dictionary.
@@ -100,5 +98,4 @@ def run(self):
10098
"Topic :: Software Development :: Libraries",
10199
],
102100
cmdclass={"upload": UploadCommand},
103-
# extras_require=__extra_requires__,
104101
)

0 commit comments

Comments
 (0)