Fixed up directory layout
This commit is contained in:
parent
e6cb2dd07f
commit
9c96f4f370
141 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -29,7 +29,7 @@ setup(name = 'ponysay',
|
|||
url = 'https://github.com/jaseg/ponysay',
|
||||
packages = ['ponysay'],
|
||||
package_dir = {'ponysay': 'ponysay'},
|
||||
package_data = {'ponysay': ['quotes/*.quotes', 'ponies/*.pony']},
|
||||
package_data = {'ponysay': ['ponies/*.quotes', 'ponies/*.pony']},
|
||||
entry_points = {'console_scripts': [
|
||||
'ponysay=ponysay:main',
|
||||
'ponythink=ponysay:main',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue