Wesley Kerfoot
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
setup.py
|
@ -15,7 +15,7 @@ setuptools.setup( |
|
|
packages=setuptools.find_packages(), |
|
|
packages=setuptools.find_packages(), |
|
|
include_package_data=True, |
|
|
include_package_data=True, |
|
|
package_data={ |
|
|
package_data={ |
|
|
# If any package contains *.txt or *.rst files, include them: |
|
|
# Include *json files in the package: |
|
|
'': ['*.json'], |
|
|
'': ['*.json'], |
|
|
}, |
|
|
}, |
|
|
install_requires = [ |
|
|
install_requires = [ |
|
|