Mercurial > hg-git-serve
comparison pyproject.toml @ 18:b83450c3727a
Accurately describe license as GPLv2.
| author | Paul Fisher <paul@pfish.zone> |
|---|---|
| date | Sun, 22 Feb 2026 13:49:30 -0500 |
| parents | f630d9904ea7 |
| children |
comparison
equal
deleted
inserted
replaced
| 17:a70f387ab3cd | 18:b83450c3727a |
|---|---|
| 5 [project] | 5 [project] |
| 6 name = "hg-git-serve" | 6 name = "hg-git-serve" |
| 7 dynamic = ["version"] | 7 dynamic = ["version"] |
| 8 description = 'Serves Git repositories from Mercurial.' | 8 description = 'Serves Git repositories from Mercurial.' |
| 9 requires-python = ">=3.8" | 9 requires-python = ">=3.8" |
| 10 license = "MIT" | 10 license = "GPL-2.0" |
| 11 keywords = [] | 11 keywords = [] |
| 12 authors = [ | 12 authors = [ |
| 13 { name = "Paul Fisher", email = "paul@pfish.zone" }, | 13 { name = "Paul Fisher", email = "paul@pfish.zone" }, |
| 14 ] | 14 ] |
| 15 classifiers = [ | 15 classifiers = [ |
