Fixed the pyproject.toml because a breaking change was introduced.

This commit is contained in:
2024-05-04 22:21:22 +03:00
parent 3662427fdf
commit 367dde6348

View File

@@ -25,3 +25,7 @@ where = ["starfields_drf_generics"]
[tool.setuptools.package-data]
"templates.filters" = ["*.html"]
[tool.hatch.build.targets.wheel]
include = ["*.py"]
exclude = ["test*"]