remove 'zip-safe' and 'exclude' arguments

zip-safe is deprecated and doesn't do anything.
exclude 'tests*' is already the default behaviour
This commit is contained in:
Mathieu Dupuy 2023-10-07 14:02:39 +02:00
parent 34840fd28d
commit 9b6e714435
No known key found for this signature in database
GPG Key ID: 08C1D4F32506B23A

View File

@ -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]