mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-22 12:27:59 +01:00
Fix spelocorrecter.kms because steup want spellocorrecter,kms as ONE archive whit these name
Signed-off-by: Pablo Lezaeta <prflr88@gmail.com>
This commit is contained in:
parent
64b7b6a2ec
commit
c5c578156c
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -39,7 +39,7 @@ miscfiles = [('COPYING', '/usr/share/licenses/ponysay/COPYING'),
|
|||
|
||||
ponysaysrc = [src + '.py' for src in
|
||||
('__main__', 'common', 'ponysay', 'argparser', 'balloon',
|
||||
'backend', 'colourstack', 'ucs', 'spellocorrecter, kms',
|
||||
'backend', 'colourstack', 'ucs', 'spellocorrecter', 'kms',
|
||||
'list', 'metadata')]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue