diff options
| author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-07-03 14:16:49 -0400 |
|---|---|---|
| committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-07-03 14:16:49 -0400 |
| commit | 54f51420563206b4eaed10e00104b4500113c032 (patch) | |
| tree | b0886036d2351ad81a3b79e6eccded0c4ae288cb /MANIFEST.in | |
| parent | 936e6568f86270b5d2da32abb4944e63f9c8d269 (diff) | |
| download | cmd2-git-54f51420563206b4eaed10e00104b4500113c032.tar.gz | |
Tweaks to PyPI packaging and GitHub front-page
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
Diffstat (limited to 'MANIFEST.in')
| -rw-r--r-- | MANIFEST.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 4b5aecd6..373f7b7b 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,3 @@ -include CHANGES.md README.md LICENSE -recursive-include tests *.py *.txt -recursive-include examples *.py *.txt +include LICENSE +include README.md +include CHANGES.md |
