Skip to content

Commit 2e5db58

Browse files
committed
remove 'zip-safe' and 'exclude' arguments
zip-safe is deprecated and doesn't do anything. exclude 'tests*' is already the default behaviour
1 parent 07638d6 commit 2e5db58

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pyproject.toml

-2
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,10 @@ Source = "https://github.com/encode/django-rest-framework"
4949
Changelog = "https://www.django-rest-framework.org/community/release-notes/"
5050

5151
[tool.setuptools]
52-
zip-safe = false
5352
include-package-data = true
5453
license-files = ["LICENSE.md"]
5554

5655
[tool.setuptools.packages.find]
57-
exclude = ["tests*"]
5856
namespaces = false
5957

6058
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)