diff --git a/setup.py b/setup.py index 21e40ee..658e501 100644 --- a/setup.py +++ b/setup.py @@ -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(