extend the clean-function
This commit is contained in:
2
setup.py
2
setup.py
@@ -38,7 +38,7 @@ class clean(_clean):
|
||||
if filepath.endswith('_pb2.py') or filepath.endswith('.pyc'):
|
||||
os.remove(filepath)
|
||||
for dirname in dirnames:
|
||||
if 'Arrival_MANager.egg-info' == dirname or 'build' == dirname:
|
||||
if 'Arrival_MANager.egg-info' == dirname or 'build' == dirname or 'dist' == dirname:
|
||||
shutil.rmtree(os.path.join(dirpath, dirname))
|
||||
_clean.run(self)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user