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 b959633 commit 29559ecCopy full SHA for 29559ec
setup.py
@@ -185,7 +185,8 @@ def run_tests(self):
185
maintainer='Joe Ethier',
186
maintainer_email='[email protected]',
187
packages=find_packages(exclude='examples'),
188
- package_data={'openhtf': ['output/web_gui/prebuilt/**/*.*',
+ package_data={'openhtf': ['output/proto/*.proto',
189
+ 'output/web_gui/prebuilt/**/*.*',
190
'output/web_gui/prebuilt/*.*']},
191
cmdclass={
192
'build_proto': BuildProtoCommand,
0 commit comments