Skip to content

Commit

Permalink
Tidy MANIFEST.in and remove check-manifest (#382)
Browse files Browse the repository at this point in the history
Delete some unnecessary entries from MANIFEST.in which trigger warnings from setuptools, and remove check-manifest which requires these unnecessary entries. Should be fine without check-manifest as tox uses isolated builds now.
  • Loading branch information
adamchainz committed Apr 27, 2022
1 parent c5185b5 commit 3e62fef
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,3 @@ repos:
- flake8-comprehensions
- flake8-tidy-imports
- flake8-typing-imports
- repo: https://github.com/mgedmin/check-manifest
rev: "0.48"
hooks:
- id: check-manifest
args: [--no-build-isolation]
7 changes: 0 additions & 7 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
global-exclude *.py[cod]
prune __pycache__
prune docs
prune requirements
prune scripts
prune tests
exclude .editorconfig
exclude .pre-commit-config.yaml
exclude .readthedocs.yaml
exclude CHANGELOG.rst
exclude tox.ini
include LICENSE
include pyproject.toml
include README.rst
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ classifiers =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware
license_file = LICENSE

[options]
package_dir=
Expand Down

0 comments on commit 3e62fef

Please sign in to comment.