mirror of
https://github.com/Tiendil/pynames.git
synced 2026-01-05 19:58:49 +01:00
prepair package
This commit is contained in:
parent
543add26cc
commit
c5435aeeef
2 changed files with 3 additions and 2 deletions
4
setup.py
4
setup.py
|
|
@ -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'] }
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue