summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorkotfu <kotfu@kotfu.net>2018-02-20 22:52:22 -0700
committerkotfu <kotfu@kotfu.net>2018-02-20 22:52:22 -0700
commit3f9788c3582f97353b8551caa92483f97f554ca1 (patch)
tree53e737418e2cd5a01c7d4f67982434f2b82a7625 /MANIFEST.in
parent97b9912e5f2ed7b635e6433ed38fd7e4dc35fb52 (diff)
downloadcmd2-git-3f9788c3582f97353b8551caa92483f97f554ca1.tar.gz
Include docs, examples, and tests in source distribution
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 373701c7..42aac57f 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,3 +1,9 @@
include LICENSE
include README.md
include CHANGELOG.md
+include CODEOWNERS
+include CONTRIBUTING.md
+include tox.ini
+recursive-include docs *
+recursive-include examples *
+recursive-include tests *