diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8f9ea25..9b412d6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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: diff --git a/MANIFEST.in b/MANIFEST.in index 50e32e3..6a08bba 100644 --- a/MANIFEST.in +++ b/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 diff --git a/setup.cfg b/setup.cfg index 9e4f5d2..bd1a728 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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=