Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tidy MANIFEST.in and remove check-manifest #458

Merged
merged 1 commit into from Apr 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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