prepair package

This commit is contained in:
Aleksey Yeletsky 2012-01-25 19:14:10 +00:00
parent 543add26cc
commit c5435aeeef
2 changed files with 3 additions and 2 deletions

1
MANIFEST.IN Normal file
View file

@ -0,0 +1 @@
recursive-include *.json

View file

@ -12,6 +12,6 @@ setuptools.setup(
description = "characters' name generation library",
long_description = open('README.md').read(),
include_package_data = True, # setuptools-git MUST be installed
test_suite = 'tests',
package_data = { '': ['*.json'] }
test_suite = 'tests'# ,
# package_data = { '': ['*.json'] }
)