Unverified Commit 8aceeb97 authored by Dan Jones's avatar Dan Jones
Browse files

fix: revert package config

parent 5d7ac16c
...@@ -11,8 +11,7 @@ setup( ...@@ -11,8 +11,7 @@ setup(
"backbone_schema": "project", "backbone_schema": "project",
}, },
package_data={ package_data={
'backbone_formats': ['*.py'], 'backbone_schema': ['**/*.json'],
'backbone_schema': ['soar/*.json'],
}, },
include_package_data=True, 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