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-testsuite
Commits
07f7f064
Unverified
Commit
07f7f064
authored
2 years ago
by
Dan Jones
Browse files
Options
Download
Email Patches
Plain Diff
fix: correct indentation
parent
778abaff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
setup.py
setup.py
+9
-9
No files found.
setup.py
View file @
07f7f064
...
...
@@ -2,13 +2,13 @@ from setuptools import setup
setup
(
name
=
'backbone-adapter-testsuite'
,
packages
=
[
'testsuite'
],
package_dir
:
{
'testsuite'
:
'.'
,
},
package_data
=
{
'testsuite'
:
[
'features/*.feature'
,
'fixtures/*.json'
],
},
include_package_data
=
True
,
name
=
'backbone-adapter-testsuite'
,
packages
=
[
'testsuite'
],
package_dir
=
{
'testsuite'
:
'.'
,
},
package_data
=
{
'testsuite'
:
[
'features/*.feature'
,
'fixtures/*.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