Skip to content

Commit 5729b02

Browse files
committed
Revert "use 'rest_framework' package namespace"
This reverts commit ea10c54.
1 parent ea10c54 commit 5729b02

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ Changelog = "https://www.django-rest-framework.org/community/release-notes/"
4747

4848
[tool.setuptools]
4949

50-
packages = ["rest_framework"]
50+
[tool.setuptools.packages.find]
51+
namespaces = false
5152

5253
[tool.pytest.ini_options]
5354
addopts = "--tb=short --strict-markers -ra"

0 commit comments

Comments
 (0)