Had mistakenly put the setup.cfg format in pyproject.toml.

This commit is contained in:
ace
2023-10-01 09:08:04 +03:00
parent bc9a7d3832
commit 760a561859

View File

@@ -20,9 +20,8 @@ classifiers = [
[project.urls]
"Homepage" = "https://git.vickys-corner.xyz/ace/starfields-drf-generics"
[options.packages.find]
where = starfields_drf_generics
[tool.setuptools.packages.find]
where = ["starfields_drf_generics"]
[options.package_data]
templates.filters =
*.html
[tool.setuptools.package-data]
"templates.filters" = ["*.html"]