Update setup.py

This commit is contained in:
55448286+taizan-hokuto@users.noreply.github.com
2019-11-03 15:03:09 +09:00
parent 8902955fed
commit 5da28e4d89

View File

@@ -40,7 +40,7 @@ class CleanCommand(Command):
pass
def run(self):
#system('rm -vrf ./build ./dist ./*.pyc ./*.tgz ./*.egg-info')
system('rmdir /Q pytchat.egg-info')
system('rmdir /Q /S pytchat.egg-info')
setup(