Skip to content

Commit

Permalink
Using check-manifest to update manifest
Browse files Browse the repository at this point in the history
ref #7656
  • Loading branch information
David Davis authored and dkliban committed Oct 20, 2020
1 parent e46c3ff commit 1ff7c75
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES/7656.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Added some more files to MANIFEST.in.
10 changes: 10 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,13 @@ include LICENSE
include requirements.txt
include functest_requirements.txt
include pyproject.toml
include CHANGES.rst
include COMMITMENT
include functest_requirements.txt
include unittest_requirements.txt
include CODE_OF_CONDUCT.md
include CONTRIBUTING.md
include COPYRIGHT
include pulpcore/app/templates/rest_framework/api.html
include manage.py
include test_requirements.txt
20 changes: 20 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,23 @@ exclude = '''
| docs
)/
'''

[tool.check-manifest]
ignore = [
".bumpversion.cfg",
"CHANGES/**",
"CONTRIBUTING.rst",
"HISTORY.rst",
"dev_requirements.txt",
"doc_requirements.txt",
"docs/**",
"flake8.cfg",
"template_config.yml",
".travis/**",
".travis.yml",
".coveragerc",
".dependabot/config.yml",
".pep8speaks.yml",
]


0 comments on commit 1ff7c75

Please sign in to comment.