[build-system] requires = ["hatchling >= 1.26"] build-backend = "hatchling.build" [project] dependencies = [ "django", "hatchling" ] name = "hatch-django-collectstatic" version = "0.0.5" authors = [ { name="Charles Roelli", email="charles@adnoto.net" }, ] description = "Build, collect and distribute django static files" keywords = ["django", "collectstatic", "hatch", "hatchling"] readme = "README.md" requires-python = ">=3.11" classifiers = [ "Development Status :: 4 - Beta", "Topic :: Software Development :: Build Tools", "Framework :: Hatch", "Programming Language :: Python :: 3", "Operating System :: OS Independent", ] license = "MIT" license-files = ["LICEN[CS]E*"] [project.urls] Homepage = "https://codeberg.org/charlesroelli/hatch-django-collectstatic" Issues = "https://codeberg.org/charlesroelli/hatch-django-collectstatic/issues" [project.entry-points.hatch] django-collectstatic = "hatch_django_collectstatic.hooks"