From cc2528344db125b98c81031122e0728b30c7ca4c Mon Sep 17 00:00:00 2001 From: Pelagic Date: Sun, 18 Aug 2024 16:16:27 +0300 Subject: [PATCH] Updated pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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*"]