We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3457b1 commit d20622cCopy full SHA for d20622c
pyproject.toml
@@ -1,12 +1,12 @@
1
[build-system]
2
-requires = ["hatchling"]
+requires = ["hatchling>=1.27"]
3
build-backend = "hatchling.build"
4
5
[project]
6
name = "python-ly"
7
description = "Tool and library for manipulating LilyPond files"
8
readme = "README.rst"
9
-license.text = "GPL"
+license = "GPL-3.0-or-later"
10
maintainers = [{name = "Wilbert Berendsen", email = "info@frescobaldi.org"}]
11
requires-python = ">= 3.8"
12
classifiers = [
0 commit comments