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-adapter-python
Commits
69801966
Unverified
Commit
69801966
authored
2 years ago
by
Dan Jones
Browse files
Options
Download
Email Patches
Plain Diff
fix: add missing comma in setup.py
parent
d4bff6e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
setup.py
setup.py
+1
-1
No files found.
setup.py
View file @
69801966
...
@@ -3,7 +3,7 @@ from setuptools import setup
...
@@ -3,7 +3,7 @@ from setuptools import setup
setup
(
setup
(
name
=
'backbone_adapter_python'
,
name
=
'backbone_adapter_python'
,
python_requires
=
'>=3.8'
python_requires
=
'>=3.8'
,
packages
=
[
'backbone_adapter'
],
packages
=
[
'backbone_adapter'
],
package_dir
=
{
package_dir
=
{
'backbone_adapter'
:
'src'
,
'backbone_adapter'
:
'src'
,
...
...
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