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
68463b24
Unverified
Commit
68463b24
authored
1 year ago
by
Dan Jones
Browse files
Options
Download
Email Patches
Plain Diff
fix: configure packages and package data
parent
81b5a625
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
setup.py
setup.py
+6
-2
No files found.
setup.py
View file @
68463b24
...
...
@@ -5,9 +5,13 @@ setup(
version
=
"0.1.0"
,
name
=
"backbone_message_format"
,
python_requires
=
">=3.8"
,
packages
=
[
"backbone_
message_for
ma
t
"
],
packages
=
[
"backbone_
formats"
,
"backbone_sche
ma"
],
package_dir
=
{
"backbone_message_format"
:
"."
,
"backbone_formats"
:
"formats"
,
"backbone_schema"
:
"project"
,
},
package_data
=
{
'backbone_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