mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-22 04:27:58 +01:00
Whoops. Fix an overlooked mistake regarding the filename.
This commit is contained in:
parent
0747fab2e1
commit
ce1d99f3cb
1 changed files with 181 additions and 182 deletions
3
setup.py
3
setup.py
|
@ -36,7 +36,7 @@ mansections = [('ponysay', '6'),
|
|||
('fortune', '6')]
|
||||
|
||||
miscfiles = [('COPYING', '/usr/share/licenses/ponysay/COPYING'),
|
||||
('LICENSE', '/usr/share/licenses/ponysay/LICENSE'),
|
||||
('LICENCE', '/usr/share/licenses/ponysay/LICENCE'),
|
||||
('CREDITS', '/usr/share/licenses/ponysay/CREDITS')]
|
||||
|
||||
ponysaysrc = [src + '.py' for src in
|
||||
|
@ -1225,4 +1225,3 @@ class ArgParser():
|
|||
|
||||
if __name__ == '__main__':
|
||||
Setup()
|
||||
|
||||
|
|
Loading…
Reference in a new issue