mirror of
https://github.com/erkin/ponysay
synced 2024-11-10 13:54:16 +00:00
ponysay.zip is created but never cleaned trhoe setup.py clean
now is cleaned Signed-off-by: Pablo Lezaeta <prflr88@gmail.com>
This commit is contained in:
parent
30f93575c4
commit
3ae81be068
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -727,7 +727,7 @@ class Setup():
|
|||
def clean(self):
|
||||
print('\033[1;34m::\033[39mCleaning...\033[21m')
|
||||
|
||||
files = ['ponysay.info', 'ponysay.info.gz', 'ponysay.info.xz', 'ponysay.pdf.gz', 'ponysay.pdf.xz', 'ponysay.install']
|
||||
files = ['ponysay.info', 'ponysay.info.gz', 'ponysay.info.xz', 'ponysay.pdf.gz', 'ponysay.pdf.xz', 'ponysay.install', 'ponysay.zip']
|
||||
files += ['src/%s.install' % file for file in ponysaysrc]
|
||||
dirs = ['quotes']
|
||||
for comp in ['install', 'gz', 'xz']:
|
||||
|
|
Loading…
Reference in a new issue