summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCharles Roelli <charles@adnoto.net>2026-02-05 16:12:57 +0100
committerCharles Roelli <charles@adnoto.net>2026-02-05 16:12:57 +0100
commit951800fd37c5f77df8a011787be184de2731836d (patch)
tree93fcdf55a12992d1bc97abf704609f83c79fe1ee /README.md
parent4c12b29ef228c2cf5d5fd0b5964060935907d987 (diff)
Version 0.0.3
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 44d074b..317ca1f 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ requires = ["hatchling >= 1.26", "hatch-django-collectstatic"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel.hooks.django-collectstatic]
-settings = "ppr.project.settings"
+settings = "my_django_package.project.settings"
[tool.hatch.build.targets.wheel.shared-data]
"static" = "share/static"