mirror of
https://github.com/Tiendil/pynames.git
synced 2025-12-25 14:38:49 +01:00
prepair package
This commit is contained in:
parent
543add26cc
commit
c5435aeeef
2 changed files with 3 additions and 2 deletions
1
MANIFEST.IN
Normal file
1
MANIFEST.IN
Normal file
|
|
@ -0,0 +1 @@
|
|||
recursive-include *.json
|
||||
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