From ea10c54025ad1bdd2e19f1e2fd57ca773bc0530b Mon Sep 17 00:00:00 2001 From: Mathieu Dupuy Date: Sun, 1 Dec 2024 15:45:47 +0100 Subject: [PATCH] use 'rest_framework' package namespace Co-authored-by: Terence Honles --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index df88686734..a75aa6a057 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"