diff options
| author | Charles Roelli <charles@adnoto.net> | 2026-02-05 16:12:57 +0100 |
|---|---|---|
| committer | Charles Roelli <charles@adnoto.net> | 2026-02-05 16:12:57 +0100 |
| commit | 951800fd37c5f77df8a011787be184de2731836d (patch) | |
| tree | 93fcdf55a12992d1bc97abf704609f83c79fe1ee /pyproject.toml | |
| parent | 4c12b29ef228c2cf5d5fd0b5964060935907d987 (diff) | |
Version 0.0.3
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml index feb40e8..8106bd3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ dependencies = [ "django", "hatchling" ] name = "hatch-django-collectstatic" -version = "0.0.2" +version = "0.0.3" authors = [ { name="Charles Roelli", email="charles@adnoto.net" }, ] @@ -26,8 +26,8 @@ license = "MIT" license-files = ["LICEN[CS]E*"] [project.urls] -Homepage = "https://adnoto.net/" -Issues = "https://adnoto.net/" +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" |
