mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-22 04:27:58 +01:00
License in setup.py too
Signed-off-by: Pablo Lezaeta <prflr88@gmail.com>
This commit is contained in:
parent
fb482c1594
commit
8fdfc424b1
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -34,7 +34,7 @@ mansections = [('ponysay', '6'),
|
|||
('fortune', '6')]
|
||||
|
||||
miscfiles = [('COPYING', '/usr/share/licenses/ponysay/COPYING'),
|
||||
('LICENCE', '/usr/share/licenses/ponysay/LICENCE'),
|
||||
('LICENSE', '/usr/share/licenses/ponysay/LICENSE'),
|
||||
('CREDITS', '/usr/share/licenses/ponysay/CREDITS')]
|
||||
|
||||
ponysaysrc = [src + '.py' for src in
|
||||
|
|
Loading…
Reference in a new issue