Skip to content

Commit 7770fe4

Browse files
include "rest_framework*" in pyproject.toml
Co-authored-by: Terence Honles <[email protected]>
1 parent 5729b02 commit 7770fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Changelog = "https://www.django-rest-framework.org/community/release-notes/"
4848
[tool.setuptools]
4949

5050
[tool.setuptools.packages.find]
51-
namespaces = false
51+
include = ["rest_framework*"]
5252

5353
[tool.pytest.ini_options]
5454
addopts = "--tb=short --strict-markers -ra"

0 commit comments

Comments
 (0)