Fixed up directory layout

This commit is contained in:
jaseg 2013-09-16 16:45:51 +02:00
parent e6cb2dd07f
commit 9c96f4f370
141 changed files with 1 additions and 1 deletions

View file

@ -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',