summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--acts/framework/MANIFEST.in3
1 files changed, 1 insertions, 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
-