diff --git a/pyproject.toml b/pyproject.toml index 9668b04..d90ca2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "starfields-drf-generics" -version = "0.2.7" +version = "0.2.8" authors = [ { name="Anastasios Svolis", email="support@starfields.gr" }, ] @@ -27,5 +27,5 @@ where = ["starfields_drf_generics"] "templates.filters" = ["*.html"] [tool.hatch.build.targets.wheel] -include = ["*.py"] +include = ["*.py", "*.html"] exclude = ["test*"]