From 244a9bebb571c7b5455ec57cc0c6574bebd10b19 Mon Sep 17 00:00:00 2001 From: Rambaud Pierrick <12rambau@users.noreply.github.com> Date: Tue, 5 Sep 2023 22:10:25 +0200 Subject: [PATCH] fix: remove all cruft references --- pyproject.toml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 30ca6fc..0ab555b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -105,13 +105,3 @@ warn_redundant_casts = true [tool.licensecheck] using = "PEP631:test;dev;doc" - -[tool.cruft] -skip = [ - "pytest_copie/", - "docs/usage.rst", - "tests/", - ".gitignore", - "AUTHORS.rst", - "LICENSE", -]