mirror of
https://github.com/Tiendil/pynames.git
synced 2025-09-22 04:40:47 +02:00
prepair package
This commit is contained in:
parent
a062e11805
commit
543add26cc
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
@ -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'] }
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue