summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2021-06-07 00:12:51 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2021-06-07 00:12:51 -0400
commit6a889a1de3b7e856f2305d967752c817c208aff7 (patch)
treec0010e0fe0fce5813eb2d34581f458446bfd19ca /MANIFEST.in
parent68e8aab8dd619095a41b0f4155df7c3ba112c4e9 (diff)
downloadcmd2-git-6a889a1de3b7e856f2305d967752c817c208aff7.tar.gz
Don't include tests_isolated directory in cmd2 tarball published to PyPI
This is because those tests require the cmd2-ext-test plugin
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index bd10c4e8..dc42f17a 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -4,4 +4,5 @@ recursive-include tests *
recursive-include docs *
recursive-exclude docs/_build *
recursive-exclude plugins *
+recursive-exclude tests_isolated *
exclude .github .gitignore azure-pipelines.yml tasks.py