Skip to content

Commit d20622c

Browse files
committed
Specify the GPL version
1 parent a3457b1 commit d20622c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[build-system]
2-
requires = ["hatchling"]
2+
requires = ["hatchling>=1.27"]
33
build-backend = "hatchling.build"
44

55
[project]
66
name = "python-ly"
77
description = "Tool and library for manipulating LilyPond files"
88
readme = "README.rst"
9-
license.text = "GPL"
9+
license = "GPL-3.0-or-later"
1010
maintainers = [{name = "Wilbert Berendsen", email = "info@frescobaldi.org"}]
1111
requires-python = ">= 3.8"
1212
classifiers = [

0 commit comments

Comments
 (0)