Had mistakenly put the setup.cfg format in pyproject.toml.
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user