File tree Expand file tree Collapse file tree 2 files changed +10
-13
lines changed
Expand file tree Collapse file tree 2 files changed +10
-13
lines changed Original file line number Diff line number Diff line change 1- __version__ = "0.1 .0"
1+ __version__ = "2.0 .0"
22__author__ = "sunhailin-Leo"
Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments