Unverified Commit 56596983 authored by Dan Jones's avatar Dan Jones
Browse files

fix: specific package data

parent 68463b24
......@@ -11,7 +11,8 @@ setup(
"backbone_schema": "project",
},
package_data={
'backbone_schema': ['**/*.json'],
'backbone_formats': ['formats/*.py'],
'backbone_schema': ['project/soar/*.json'],
},
include_package_data=True,
)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment