From a6f0e06a350f2ab65d3bf635fa7aae0b655ed44a Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Sat, 3 Mar 2018 10:32:12 -0500 Subject: 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 --- MANIFEST.in | 1 - 1 file changed, 1 deletion(-) (limited to 'MANIFEST.in') 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 * -- cgit v1.2.1