From 333ca4bc131ab6ba41f10d8d447b6130ca777dd7 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Thu, 1 Oct 2020 19:32:58 -0400 Subject: 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 Change-Id: I6ae35e5b5d57b6324bff0a9c5952556b7ffc9a94 --- MANIFEST.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 * + -- cgit 1.2.3-korg