We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dde2234 commit 3cd5662Copy full SHA for 3cd5662
setup.py
@@ -31,7 +31,7 @@
31
],
32
url='http://github.com/openxc/openxc-python',
33
packages=find_packages(exclude=["tests", "tests.*"]),
34
- package_data={'openxc': ['generator/signals.cpp*'], 'openxc': ['tools/templates/dashboard.html*']},
+ package_data={'openxc': ['generator/signals.cpp*', 'tools/templates/dashboard.html*']},
35
test_suite='nose.collector',
36
tests_require=['nose'],
37
install_requires=install_reqs,
0 commit comments