mirror of
https://github.com/pyecharts/pyecharts.git
synced 2025-12-08 20:59:23 +00:00
🔥 remove duplicated version string
This commit is contained in:
parent
3d99b29c27
commit
8f27e96675
1
setup.py
1
setup.py
@ -17,7 +17,6 @@ except:
|
||||
__title__ = 'pyecharts'
|
||||
__description__ = 'Python echarts, make charting easier'
|
||||
__url__ = 'https://github.com/chenjiandongx/pyecharts'
|
||||
__version__ = '0.2.3'
|
||||
__author_email__ = 'chenjiandongx@qq.com'
|
||||
__license__ = 'MIT'
|
||||
__requires__ = ['pillow', 'jinja2', 'future', 'jupyter-pip>=0.3.1']
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user