From 5729b02c691cc044c57baf95531fd7afdb79a786 Mon Sep 17 00:00:00 2001 From: Mathieu Dupuy Date: Sun, 1 Dec 2024 23:29:37 +0100 Subject: [PATCH] Revert "use 'rest_framework' package namespace" This reverts commit ea10c54025ad1bdd2e19f1e2fd57ca773bc0530b. --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a75aa6a05..df8868673 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"