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/"
|
Changelog = "https://www.django-rest-framework.org/community/release-notes/"
|
||||||
|
|
||||||
[tool.setuptools]
|
[tool.setuptools]
|
||||||
zip-safe = false
|
|
||||||
include-package-data = true
|
include-package-data = true
|
||||||
license-files = ["LICENSE.md"]
|
license-files = ["LICENSE.md"]
|
||||||
|
|
||||||
[tool.setuptools.packages.find]
|
[tool.setuptools.packages.find]
|
||||||
exclude = ["tests*"]
|
|
||||||
namespaces = false
|
namespaces = false
|
||||||
|
|
||||||
[tool.pytest.ini_options]
|
[tool.pytest.ini_options]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user