Skip to content

Commit 384d594

Browse files
author
wallacbe
authored
include all pakcage data until solution found (#949)
1 parent 9287d9d commit 384d594

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
@@ -184,7 +184,7 @@ def run_tests(self):
184184
author_email='[email protected]',
185185
maintainer='Joe Ethier',
186186
maintainer_email='[email protected]',
187-
packages=find_packages(include=['openhtf.*']),
187+
packages=find_packages(),
188188
package_data={'openhtf': ['output/proto/*.proto',
189189
'output/web_gui/dist/*.*',
190190
'output/web_gui/dist/css/*',

0 commit comments

Comments
 (0)