diff --git a/pyproject.toml b/pyproject.toml index 4a7c150..8a62a18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,3 +20,8 @@ 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