From b70177ef2dcaf93aa09a18d79662b33c65d17c44 Mon Sep 17 00:00:00 2001 From: Hector Date: Wed, 16 Sep 2020 14:04:43 -0700 Subject: Adds all non-python source files to package. Bug: None Test: Tested locally Change-Id: Ib730b68f0f279e95cb211fa645b6c8a357daf5f7 --- acts/framework/MANIFEST.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/acts/framework/MANIFEST.in b/acts/framework/MANIFEST.in index f6607fdca6..03536f5be2 100644 --- a/acts/framework/MANIFEST.in +++ b/acts/framework/MANIFEST.in @@ -1,6 +1,5 @@ include setup.py README.txt sample_config.json -recursive-include acts *.py +recursive-include acts * recursive-include tests * global-exclude .DS_Store global-exclude *.pyc - -- cgit v1.2.3