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

fix: linting setup

parent 1ecd7393
Pipeline #114016 passed with stages
in 52 seconds
...@@ -11,7 +11,7 @@ setup( ...@@ -11,7 +11,7 @@ setup(
"soar_schema": "project/soar", "soar_schema": "project/soar",
}, },
package_data={ package_data={
'soar_schema': ['*.json'], "soar_schema": ["*.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