diff --git a/pyproject.toml b/pyproject.toml index 8b2318f..71968b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ Changelog = "https://github.com/christophehenry/dj-importmap/blob/main/CHANGELOG version = { attr = "importmap.__version__" } [tool.setuptools.packages.find] -include = ["importmap"] +include = ["importmap*"] [tool.ruff] line-length = 100