mirror of
https://github.com/Tiendil/pynames.git
synced 2026-01-27 21:46:09 +01:00
added FromCSVTablesGenerator. added IronKingdoms gobber fullnames generator
This commit is contained in:
parent
30d93facce
commit
33b303f34e
13 changed files with 306 additions and 14 deletions
3
setup.py
3
setup.py
|
|
@ -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'] }
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue