Skip to content

Commit 3cd5662

Browse files
authored
Fix how package data was included
1 parent dde2234 commit 3cd5662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
],
3232
url='http://github.com/openxc/openxc-python',
3333
packages=find_packages(exclude=["tests", "tests.*"]),
34-
package_data={'openxc': ['generator/signals.cpp*'], 'openxc': ['tools/templates/dashboard.html*']},
34+
package_data={'openxc': ['generator/signals.cpp*', 'tools/templates/dashboard.html*']},
3535
test_suite='nose.collector',
3636
tests_require=['nose'],
3737
install_requires=install_reqs,

0 commit comments

Comments
 (0)