Updated pyproject.toml
All checks were successful
StarFields Django Rest Framework Generics / build (push) Successful in 13s
All checks were successful
StarFields Django Rest Framework Generics / build (push) Successful in 13s
This commit is contained in:
@@ -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*"]
|
||||
|
||||
Reference in New Issue
Block a user