Revert "use 'rest_framework' package namespace"

This reverts commit ea10c54025.
This commit is contained in:
Mathieu Dupuy 2024-12-01 23:29:37 +01:00
parent ea10c54025
commit 5729b02c69
No known key found for this signature in database
GPG Key ID: 08C1D4F32506B23A

View File

@ -47,7 +47,8 @@ Changelog = "https://www.django-rest-framework.org/community/release-notes/"
[tool.setuptools]
packages = ["rest_framework"]
[tool.setuptools.packages.find]
namespaces = false
[tool.pytest.ini_options]
addopts = "--tb=short --strict-markers -ra"