diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2020-09-16 22:54:35 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2020-09-16 22:54:35 +0000 |
commit | 0765c0a90b165ef6c8feb7aa34320f43bb0c2310 (patch) | |
tree | e7f9cc4fbcdef2e1c3055796836ce0ebb64775bb | |
parent | dd4e3468549c53d9fbe7ddce9ba18962d6b63032 (diff) | |
parent | b70177ef2dcaf93aa09a18d79662b33c65d17c44 (diff) | |
download | platform_tools_test_connectivity-0765c0a90b165ef6c8feb7aa34320f43bb0c2310.tar.gz platform_tools_test_connectivity-0765c0a90b165ef6c8feb7aa34320f43bb0c2310.tar.bz2 platform_tools_test_connectivity-0765c0a90b165ef6c8feb7aa34320f43bb0c2310.zip |
Merge "Adds all non-python source files to package."
-rw-r--r-- | acts/framework/MANIFEST.in | 3 |
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 - |