From 7770fe4b331e71198479dd81588dfae4fea49406 Mon Sep 17 00:00:00 2001 From: Mathieu Dupuy Date: Mon, 2 Dec 2024 23:46:51 +0100 Subject: [PATCH] include "rest_framework*" in pyproject.toml Co-authored-by: Terence Honles --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"