summaryrefslogtreecommitdiff
path: root/fabfile.py
Commit message (Collapse)AuthorAgeFilesLines
* Update .gitignore to ignore the .pytest_cache directoryTodd Leonhardt2018-03-161-0/+1
|
* Improved clean() function in fabfile.pyTodd Leonhardt2018-03-031-0/+4
| | | | | | | | | | | | | - 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
* Renamed CHANGES.md to CHANGELOG.mdTodd Leonhardt2017-08-091-3/+3
| | | | Just to make it that much more obvious what exactly it is ;-)
* Updated fabfile to use CHANGES.md instead of CHANGES.rstTodd Leonhardt2017-05-221-3/+3
|
* Mostly fix a bunch of spelling mistakes.Todd Leonhardt2017-03-131-1/+2
| | | | A few other miscellaneous minor tweaks for whitespace and such.
* Add Fabric helperFederico Ceratto2017-02-231-0/+105