diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-01-24 15:00:55 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-01-24 15:00:55 -0500 |
commit | 7b7133747b74f25de8088e6da592c03146c2dfa8 (patch) | |
tree | 6ec2676628a856690eac911ce455c5d9ad4cc3ff /MANIFEST.in | |
parent | 8c0dc693f2aad2e7f94dcf3e3a791bbd715be338 (diff) | |
download | cmd2-git-7b7133747b74f25de8088e6da592c03146c2dfa8.tar.gz |
Cleanup MANIFEST.in to reduce what gets put in package downloadable from PyPI
Also:
- Trivial simplification in setup.py
- Removed redundant copyright.rst file from docs since everything falls under the MIT License and there is already copyright statement in docs
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 07c2db6b..b0606391 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,8 +1,6 @@ -include LICENSE -include README.md -include CHANGELOG.md -include CODEOWNERS -include CONTRIBUTING.md -include tox.ini +include LICENSE README.md CHANGELOG.md CONTRIBUTING.md tox.ini Pipfile recursive-include examples * recursive-include tests * +recursive-include docs * +recursive-exclude docs/_build * +exclude .appveyor.yml .gitignore .travis.yml azure-pipelines.yml CODEOWNERS tasks.py |