diff options
author | Scott Murray <scott.murray@konsulko.com> | 2020-10-01 19:32:58 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2020-10-01 19:34:36 -0400 |
commit | 333ca4bc131ab6ba41f10d8d447b6130ca777dd7 (patch) | |
tree | 924db291edd4aa1a8c270adad2ff1ab2d4d664ae /MANIFEST.in | |
parent | 5a66db32dbe49579595ce865f8fbe7ed6a6d92de (diff) |
Fix CAN test data installation
Update MANIFEST.in so the new CAN test data does actually get
installed, not quite sure how it looked like it was working in my
testing.
Bug-AGL: SPEC-3585
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I6ae35e5b5d57b6324bff0a9c5952556b7ffc9a94
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index c6f454e..45cea55 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,6 +1,7 @@ -include pyagl/data/* include *.txt include tox.ini recursive-include templates *.json recursive-include templates *.py recursive-include pyagl *.ini +recursive-include pyagl/tests/data * + |