Skip to content

Commit

Permalink
Tidy MANIFEST.in and remove check-manifest (#458)
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 c38e338 commit 836b089
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
Expand Up @@ -41,11 +41,6 @@ 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]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.942
hooks:
Expand Down
7 changes: 0 additions & 7 deletions MANIFEST.in
@@ -1,10 +1,3 @@
global-exclude *.py[cod]
prune __pycache__
prune requirements
prune tests
exclude .editorconfig
exclude .pre-commit-config.yaml
exclude tox.ini
include HISTORY.rst
include LICENSE
include logo.png
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Expand Up @@ -24,7 +24,6 @@ classifiers =
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
license_file = LICENSE

[options]
package_dir=
Expand Down

0 comments on commit 836b089

Please sign in to comment.