Updated pyproject.toml
All checks were successful
StarFields Django Rest Framework Generics / build (push) Successful in 13s

This commit is contained in:
2024-08-18 16:16:27 +03:00
parent 621fcace85
commit cc2528344d

View File

@@ -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*"]