Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[build-system]
requires = ["hatchling"]
requires = ["hatchling>=1.27"]
Comment thread
fedelibre marked this conversation as resolved.
build-backend = "hatchling.build"

[project]
name = "python-ly"
description = "Tool and library for manipulating LilyPond files"
readme = "README.rst"
license.text = "GPL"
license = "GPL-3.0-or-later"
maintainers = [{name = "Wilbert Berendsen", email = "info@frescobaldi.org"}]
requires-python = ">= 3.8"
classifiers = [
Expand Down
Loading