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

@@ -19,9 +19,13 @@ classifiers = [
[project.urls]
"Homepage" = "https://git.vickys-corner.xyz/ace/starfields-drf-generics"
[tool.setuptools.packages.find]
where = ["starfields_drf_generics"]
[tool.setuptools.package-data]
"templates.filters" = ["*.html"]
"templates.filters" = ["*.html"]
[tool.hatch.build.targets.wheel]
include = ["*.py"]
exclude = ["test*"]