Skip to content

Commit

Permalink
Include unbuilt protos in the package not just the source repo. (#705)
Browse files Browse the repository at this point in the history
* Include unbuilt protos in the package not just the source repo.

* Revert version bump for splitting into a separate PR.
  • Loading branch information
jettisonjoe authored and Kenadia committed Jan 23, 2018
1 parent b959633 commit 29559ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,8 @@ def run_tests(self):
maintainer='Joe Ethier',
maintainer_email='[email protected]',
packages=find_packages(exclude='examples'),
package_data={'openhtf': ['output/web_gui/prebuilt/**/*.*',
package_data={'openhtf': ['output/proto/*.proto',
'output/web_gui/prebuilt/**/*.*',
'output/web_gui/prebuilt/*.*']},
cmdclass={
'build_proto': BuildProtoCommand,
Expand Down

0 comments on commit 29559ec

Please sign in to comment.