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
778abaff
Unverified
Commit
778abaff
authored
2 years ago
by
Dan Jones
Browse files
Options
Download
Email Patches
Plain Diff
fix: identify location of package
parent
3581c145
master
dev
packages
v0.1.0
v0.1
2 merge requests
!5
Resolve "Release v0.1"
,
!1
Resolve "import-features-and-fixtures-from-js-adapter"
Pipeline
#102548
failed with stages
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
setup.py
setup.py
+6
-4
No files found.
setup.py
View file @
778abaff
from
setuptools
import
setup
,
find_packages
from
setuptools
import
setup
setup
(
name
=
'backbone-adapter-testsuite'
,
packages
=
find_packages
(),
packages
=
[
'testsuite'
],
package_dir
:
{
'testsuite'
:
'.'
,
},
package_data
=
{
''
:
[
'features/*.feature'
,
'fixtures/*.json'
],
'
testsuite
'
:
[
'features/*.feature'
,
'fixtures/*.json'
],
},
include_package_data
=
True
,
zip_safe
=
False
)
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