Skip to content

Commit

Permalink
Add: add setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiandongx committed Mar 24, 2019
1 parent be020fb commit 056c388
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion install.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
python setup.py sdist
python setup.py bdist_wheel
pip uninstall pyecharts -y
pip install -U dist\pyecharts-1.0.0.tar.gz --no-cache-dir
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[bdist_wheel]
universal = 1

0 comments on commit 056c388

Please sign in to comment.