Skip to content

Commit 31047b7

Browse files
BaldwinBaldwin
authored andcommitted
Merge branch 'webdashtool' of https://github.com/openxc/openxc-python into webdashtool
2 parents a503bea + 8f4313e commit 31047b7

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ include CONTRIBUTING.rst
33
include LICENSE
44
include openxc/generator/signals.cpp.footer
55
include openxc/generator/signals.cpp.header
6+
include openxc/tools/templates/dashboard.html

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313

1414
install_reqs = ['pyusb==1.0.0a3', 'units >= 0.5', 'argparse', 'requests==2.20.0',
1515
'protobuf==3.9.1']
16-
if sys.platform == 'win32':
17-
install_reqs.append('windows-curses >= 1.1')
1816

1917
setup(name='openxc',
2018
version=get_version(),
@@ -33,7 +31,7 @@
3331
],
3432
url='http://github.com/openxc/openxc-python',
3533
packages=find_packages(exclude=["tests", "tests.*"]),
36-
package_data={'openxc': ['generator/signals.cpp*']},
34+
package_data={'openxc': ['generator/signals.cpp*'], 'openxc': ['tools/templates/dashboard.html*']},
3735
test_suite='nose.collector',
3836
tests_require=['nose'],
3937
install_requires=install_reqs,

0 commit comments

Comments
 (0)