Skip to content

Commit 9b6e714

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 34840fd commit 9b6e714

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,10 @@ Source = "https://github.com/encode/django-rest-framework"
5050
Changelog = "https://www.django-rest-framework.org/community/release-notes/"
5151

5252
[tool.setuptools]
53-
zip-safe = false
5453
include-package-data = true
5554
license-files = ["LICENSE.md"]
5655

5756
[tool.setuptools.packages.find]
58-
exclude = ["tests*"]
5957
namespaces = false
6058

6159
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)