Skip to content
Snippets Groups Projects
Commit 257e7748 authored by Jiahang Chen's avatar Jiahang Chen
Browse files

Merge branch 'add_smart_forestry_features' into 'master'

allow json files in bdist wheel

See merge request !52
parents f5d74c00 b2590ff5
No related branches found
No related tags found
1 merge request!52allow json files in bdist wheel
Pipeline #1075391 failed
......@@ -13,7 +13,8 @@
long_description_content_type="text/markdown",
url="https://www.kwh40.de/",
packages=setuptools.find_packages(),
package_data={'': ['*.json']},
package_data={'': ['dt_templates/template_json/*.json']},
include_package_data=True,
install_requires=[
"requests",
"jsonschema",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment