Unverified Commit 07f7f064 authored by Dan Jones's avatar Dan Jones
Browse files

fix: correct indentation

2 merge requests!5Resolve "Release v0.1",!1Resolve "import-features-and-fixtures-from-js-adapter"
......@@ -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,
)
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