prepair package

This commit is contained in:
Aleksey Yeletsky 2012-01-25 17:48:28 +00:00
parent a062e11805
commit 543add26cc

View file

@ -12,5 +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'
test_suite = 'tests',
package_data = { '': ['*.json'] }
)