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

fix declare package_data from root

2 merge requests!5Resolve "Release v0.1",!1Resolve "import-features-and-fixtures-from-js-adapter"
Pipeline #102543 canceled with stages
......@@ -5,8 +5,7 @@ setup(
name='backbone-adapter-testsuite',
packages=find_packages(),
package_data={
'features': ['features/*.feature'],
'fixtures': ['*.json'],
'': ['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