diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-03-03 10:32:12 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-03-03 10:32:12 -0500 |
commit | a6f0e06a350f2ab65d3bf635fa7aae0b655ed44a (patch) | |
tree | cb5321342afa5d019dc6025efc7ee30b3f82c8aa /MANIFEST.in | |
parent | 024c0fda2c3a374c006b34bd0bf251b04e16a9cb (diff) | |
download | cmd2-git-a6f0e06a350f2ab65d3bf635fa7aae0b655ed44a.tar.gz |
Improved clean() function in fabfile.py
- It now cleans up all of the following:
- cmd2.egg-info directory
- dist directory
- docs/_build directory
- htmlcov code coverage directory
Also:
- Tested that the fabfile works with the fabric3 "fab" command
- Removed raw Sphinx docs from MANIFEST.in and hence the PyPI tarball
- It probably wouldn't help end users to include the raw restructured text files
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 42aac57f..07c2db6b 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -4,6 +4,5 @@ include CHANGELOG.md include CODEOWNERS include CONTRIBUTING.md include tox.ini -recursive-include docs * recursive-include examples * recursive-include tests * |