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

fix: correct indentation

parent 778abaff
...@@ -2,13 +2,13 @@ from setuptools import setup ...@@ -2,13 +2,13 @@ from setuptools import setup
setup( setup(
name='backbone-adapter-testsuite', name='backbone-adapter-testsuite',
packages=['testsuite'], packages=['testsuite'],
package_dir: { package_dir={
'testsuite': '.', 'testsuite': '.',
}, },
package_data={ package_data={
'testsuite': ['features/*.feature', 'fixtures/*.json'], 'testsuite': ['features/*.feature', 'fixtures/*.json'],
}, },
include_package_data=True, 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