use 'rest_framework' package namespace

Co-authored-by: Terence Honles <terence@honles.com>
This commit is contained in:
Mathieu Dupuy 2024-12-01 15:45:47 +01:00 committed by GitHub
parent 06bebc216d
commit ea10c54025
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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