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"