From 1984a4cfffdbf3a0b952cac01cd69020903d538d Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Wed, 27 Apr 2022 10:12:07 +0100 Subject: [PATCH] Tidy MANIFEST.in and remove check-manifest 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. --- .pre-commit-config.yaml | 5 ----- MANIFEST.in | 7 ------- setup.cfg | 1 - 3 files changed, 13 deletions(-) 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=