diff --git a/pyproject.toml b/pyproject.toml index df8868673..5c49384b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"