From 9b6e714435a7464783b1d810805a2cbbeb0f7bbb Mon Sep 17 00:00:00 2001 From: Mathieu Dupuy Date: Sat, 7 Oct 2023 14:02:39 +0200 Subject: [PATCH] remove 'zip-safe' and 'exclude' arguments zip-safe is deprecated and doesn't do anything. exclude 'tests*' is already the default behaviour --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 19832789f..91dc09298 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,12 +50,10 @@ Source = "https://github.com/encode/django-rest-framework" Changelog = "https://www.django-rest-framework.org/community/release-notes/" [tool.setuptools] -zip-safe = false include-package-data = true license-files = ["LICENSE.md"] [tool.setuptools.packages.find] -exclude = ["tests*"] namespaces = false [tool.pytest.ini_options]