From 4c12b29ef228c2cf5d5fd0b5964060935907d987 Mon Sep 17 00:00:00 2001 From: Charles Roelli Date: Thu, 5 Feb 2026 16:10:03 +0100 Subject: Version 0.0.2 --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..44d074b --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# hatch-django-collectstatic + +Collect a django project's static files into its binary distribution +archive. + +Example usage: + +``` +[build-system] +requires = ["hatchling >= 1.26", "hatch-django-collectstatic"] +build-backend = "hatchling.build" + +[tool.hatch.build.targets.wheel.hooks.django-collectstatic] +settings = "ppr.project.settings" + +[tool.hatch.build.targets.wheel.shared-data] +"static" = "share/static" +``` -- cgit v1.3