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-06 19:02:43 +0000 |
commit | 1261d4eea39b4657001d4b2c6cd3fa2a933ce2b5 (patch) | |
tree | ba9720142282ed7f51561b3f1eab683042911893 /MANIFEST.in | |
parent | 3fbb2868cc6a7d39322c43a66395630e06f57c1a (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
(cherry picked from commit 333ca4bc131ab6ba41f10d8d447b6130ca777dd7)
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 * + |