summaryrefslogtreecommitdiff
path: root/MANIFEST.in
Commit message (Collapse)AuthorAgeFilesLines
* Removed remaining usages and examples with tox. Updated references to tox to ↵Eric Lin2020-08-041-1/+1
| | | | reference to nox instead.
* Swap out tox for noxEric Lin2020-07-081-1/+1
|
* Cleanup MANIFEST.in to reduce what gets put in package downloadable from PyPITodd Leonhardt2020-01-241-6/+4
| | | | | | 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
* Improved clean() function in fabfile.pyTodd Leonhardt2018-03-031-1/+0
| | | | | | | | | | | | | - 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
* Include docs, examples, and tests in source distributionkotfu2018-02-201-0/+6
|
* Renamed CHANGES.md to CHANGELOG.mdTodd Leonhardt2017-08-091-1/+1
| | | | Just to make it that much more obvious what exactly it is ;-)
* Tweaks to PyPI packaging and GitHub front-pageTodd Leonhardt2017-07-031-3/+3
| | | | | | | | | | | | PyPI changes: - Changed overall cmd2 description - Fixed pip install warning due to unknown "docs_require" distribution option - No longer include examples and tests in PyPI *.tar.gz package GitHub README.md changes: - Changed top-level cmd2 description - Improved labels on build badges so it says "unix build: passing" and "windows build: passing" instead of two "build passing" badges right next to each other - Reorganized layout a little to hopefully do a better job explaining what cmd2 is earlier
* Adding a MANIFEST.in fileTodd Leonhardt2017-05-221-0/+3
This file modifies what gets put into the PyPI source distribution tarball. Adding a few files to this to help with Debian packaging.