added FromCSVTablesGenerator. added IronKingdoms gobber fullnames generator

This commit is contained in:
Yaroslav Klyuyev 2015-02-09 22:20:33 +02:00
parent 30d93facce
commit 33b303f34e
13 changed files with 306 additions and 14 deletions

View file

@ -12,6 +12,7 @@ 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',
install_requires = ['unicodecsv'],
# package_data = { '': ['*.json'] }
)