From 367dde63489c7f85951983d2c5bbbbd89b883287 Mon Sep 17 00:00:00 2001 From: Pelagic Date: Sat, 4 May 2024 22:21:22 +0300 Subject: [PATCH] Fixed the pyproject.toml because a breaking change was introduced. --- pyproject.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8a62a18..b72d3e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"] \ No newline at end of file +"templates.filters" = ["*.html"] + +[tool.hatch.build.targets.wheel] +include = ["*.py"] +exclude = ["test*"]