Fixed the pyproject.toml because a breaking change was introduced.
This commit is contained in:
@@ -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"]
|
||||
"templates.filters" = ["*.html"]
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
include = ["*.py"]
|
||||
exclude = ["test*"]
|
||||
|
||||
Reference in New Issue
Block a user