Skip to content

Commit 91ab799

Browse files
authored
Merge pull request #858 from python-cmd2/doc_cleanup
Cleanup MANIFEST.in to reduce whats in PyPI package
2 parents 8c0dc69 + 7b71337 commit 91ab799

File tree

4 files changed

+5
-14
lines changed

4 files changed

+5
-14
lines changed

MANIFEST.in

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
include LICENSE
2-
include README.md
3-
include CHANGELOG.md
4-
include CODEOWNERS
5-
include CONTRIBUTING.md
6-
include tox.ini
1+
include LICENSE README.md CHANGELOG.md CONTRIBUTING.md tox.ini Pipfile
72
recursive-include examples *
83
recursive-include tests *
4+
recursive-include docs *
5+
recursive-exclude docs/_build *
6+
exclude .appveyor.yml .gitignore .travis.yml azure-pipelines.yml CODEOWNERS tasks.py

docs/copyright.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

docs/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,3 @@ Meta
8787
:caption: Meta
8888

8989
doc_conventions
90-
copyright

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
Topic :: Software Development :: Libraries :: Python Modules
3131
""".splitlines()))) # noqa: E128
3232

33-
SETUP_REQUIRES = ['setuptools_scm >= 3.0.0']
33+
SETUP_REQUIRES = ['setuptools_scm >= 3.0']
3434

3535
INSTALL_REQUIRES = ['attrs >= 16.3.0', 'colorama >= 0.3.7', 'pyperclip >= 1.6', 'setuptools >= 34.4', 'wcwidth >= 0.1.7']
3636

0 commit comments

Comments
 (0)