Unverified Commit be9e95cc authored by Dan Jones's avatar Dan Jones
Browse files

fix: change package_data config

2 merge requests!5Resolve "Release v0.1",!1Resolve "import-features-and-fixtures-from-js-adapter"
Pipeline #102542 canceled with stages
......@@ -5,7 +5,8 @@ setup(
name='backbone-adapter-testsuite',
packages=find_packages(),
package_data={
'backbone-adapter-testsuite': ['features/*.feature', 'fixtures/*.json'],
'features': ['features/*.feature'],
'fixtures': ['*.json'],
},
include_package_data=True,
zip_safe=False
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment