Commit a6f0e06
committed
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 files1 parent 024c0fd commit a6f0e06
2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
24 | 28 | | |
25 | 29 | | |
26 | 30 | | |
| |||
0 commit comments