diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
