fix setup.py

This commit is contained in:
fasiondog 2019-02-18 01:29:36 +08:00
parent 9eac13703a
commit 23e50ecad2

View File

@ -299,7 +299,4 @@ setup(
'pyecharts_snapshot',
'PyQt5',
],
)
if os.path.exists('hikyuu'):
shutil.rmtree('hikyuu')
)