Skip to content

Commit 29559ec

Browse files
jettisonjoeKenadia
authored andcommitted
Include unbuilt protos in the package not just the source repo. (#705)
* Include unbuilt protos in the package not just the source repo. * Revert version bump for splitting into a separate PR.
1 parent b959633 commit 29559ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,8 @@ def run_tests(self):
185185
maintainer='Joe Ethier',
186186
maintainer_email='[email protected]',
187187
packages=find_packages(exclude='examples'),
188-
package_data={'openhtf': ['output/web_gui/prebuilt/**/*.*',
188+
package_data={'openhtf': ['output/proto/*.proto',
189+
'output/web_gui/prebuilt/**/*.*',
189190
'output/web_gui/prebuilt/*.*']},
190191
cmdclass={
191192
'build_proto': BuildProtoCommand,

0 commit comments

Comments
 (0)