Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Communications Backbone System
backbone-message-format
Commits
785736ee
Unverified
Commit
785736ee
authored
1 year ago
by
Dan Jones
Browse files
Options
Download
Email Patches
Plain Diff
fix: create soar_schema package with no nesting
parent
8aceeb97
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
setup.py
setup.py
+3
-3
No files found.
setup.py
View file @
785736ee
...
...
@@ -5,13 +5,13 @@ setup(
version
=
"0.1.0"
,
name
=
"backbone_message_format"
,
python_requires
=
">=3.8"
,
packages
=
[
"backbone_formats"
,
"
backbone
_schema"
],
packages
=
[
"backbone_formats"
,
"
soar
_schema"
],
package_dir
=
{
"backbone_formats"
:
"formats"
,
"
backbone
_schema"
:
"project"
,
"
soar
_schema"
:
"project
/soar
"
,
},
package_data
=
{
'
backbone
_schema'
:
[
'*
*/*
.json'
],
'
soar
_schema'
:
[
'*.json'
],
},
include_package_data
=
True
,
)
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment