summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2021-06-07 00:05:31 -0400
committerGitHub <noreply@github.com>2021-06-07 00:05:31 -0400
commit68e8aab8dd619095a41b0f4155df7c3ba112c4e9 (patch)
tree6cfcbb68dd99c11f66c2ab3261fcbd67a76f207d /MANIFEST.in
parentfef9a9e05327612d2aba3d9d5ecc10efe29a2e61 (diff)
parent0d885628c39846772737fceae4228d1bf5a5b4d9 (diff)
downloadcmd2-git-68e8aab8dd619095a41b0f4155df7c3ba112c4e9.tar.gz
Merge pull request #1115 from python-cmd2/fix_manifest
Exclude plugins directory from tarball when cmd2 release is published
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 9e12de27..bd10c4e8 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -3,4 +3,5 @@ recursive-include examples *
recursive-include tests *
recursive-include docs *
recursive-exclude docs/_build *
+recursive-exclude plugins *
exclude .github .gitignore azure-pipelines.yml tasks.py