From 5172606025c57c9de469e1224d7e5373d3429928 Mon Sep 17 00:00:00 2001 From: Richard Bullington-McGuire Date: Sun, 5 Jan 2025 19:29:04 -0500 Subject: [PATCH] Fix up packaging of freezing.sync --- pyproject.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 91a70df..d68279c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,10 +74,7 @@ inline-quotes = "double" [tool.setuptools.packages.find] where = ["."] include = ["freezing"] - -[tool.setuptools] -# Thanks https://stackoverflow.com/a/72547402/424301 -py-modules = [] +namespaces = true [tool.djlint] line_break_after_multiline_tag=true