mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-28 04:24:00 +03:00
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:
parent
34840fd28d
commit
9b6e714435
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue
Block a user