diff --git a/pyproject.toml b/pyproject.toml index 2736ca1..2bf0479 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "wagtail-unsplashed" -version = "1.0.10" +version = "1.0.11" description = "Use unsplash.com images in your Wagtail site" authors = [ { name = "Cameron Lamb", email= "jafacakes2011@hotmail.co.uk" }, @@ -29,9 +29,9 @@ dependencies = [ ] [project.urls] -Homepage = "https://mintyPT.github.io/wagtail-unsplash/" -Repository = "https://github.com/mintyPT/wagtail-unsplash" -Documentation = "https://mintyPT.github.io/wagtail-unsplash/" +Homepage = "https://mintyPT.github.io/wagtail-unsplashed/" +Repository = "https://github.com/mintyPT/wagtail-unsplashed" +Documentation = "https://mintyPT.github.io/wagtail-unsplashed/" [tool.uv] dev-dependencies = [ @@ -48,9 +48,17 @@ dev-dependencies = [ ] [build-system] -requires = ["setuptools >= 61.0"] +requires = ["setuptools >= 75"] build-backend = "setuptools.build_meta" +[tool.setuptools.packages.find] +include = ["wagtail_unsplashed*"] + +[tool.setuptools.package-data] +wagtail_unsplashed = [ + 'templates/wagtail_unsplashed/*.html' +] + [tool.mypy] files = ["wagtail_unsplashed"] diff --git a/uv.lock b/uv.lock index 704a50f..e77544f 100644 --- a/uv.lock +++ b/uv.lock @@ -1584,7 +1584,7 @@ wheels = [ [[package]] name = "wagtail-unsplashed" -version = "1.0.7" +version = "1.0.11" source = { editable = "." } dependencies = [ { name = "python-unsplash" },