diff options
author | kotfu <kotfu@kotfu.net> | 2018-02-20 22:52:22 -0700 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2018-02-20 22:52:22 -0700 |
commit | 3f9788c3582f97353b8551caa92483f97f554ca1 (patch) | |
tree | 53e737418e2cd5a01c7d4f67982434f2b82a7625 | |
parent | 97b9912e5f2ed7b635e6433ed38fd7e4dc35fb52 (diff) | |
download | cmd2-git-3f9788c3582f97353b8551caa92483f97f554ca1.tar.gz |
Include docs, examples, and tests in source distribution
-rw-r--r-- | MANIFEST.in | 6 |
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 * |