Update setup.py
This commit is contained in:
parent
8902955fed
commit
5da28e4d89
2
setup.py
2
setup.py
@@ -40,7 +40,7 @@ class CleanCommand(Command):
|
|||||||
pass
|
pass
|
||||||
def run(self):
|
def run(self):
|
||||||
#system('rm -vrf ./build ./dist ./*.pyc ./*.tgz ./*.egg-info')
|
#system('rm -vrf ./build ./dist ./*.pyc ./*.tgz ./*.egg-info')
|
||||||
system('rmdir /Q pytchat.egg-info')
|
system('rmdir /Q /S pytchat.egg-info')
|
||||||
|
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
|
|||||||
Reference in New Issue
Block a user