include "rest_framework*" in pyproject.toml

Co-authored-by: Terence Honles <terence@honles.com>
This commit is contained in:
Mathieu Dupuy 2024-12-02 23:46:51 +01:00 committed by GitHub
parent 5729b02c69
commit 7770fe4b33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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