Skip to content

Commit

Permalink
add description
Browse files Browse the repository at this point in the history
  • Loading branch information
rettinghaus committed Feb 2, 2025
1 parent baf39cf commit 4fb0465
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libmei/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ dependencies = [
"lxml (>=5.3.0)",
]
requires-python = ">=3.9"
description = ""
description = "LibMEI is a C++ library for reading and writing MEI files"
authors = [
{name = "Andrew Hankinson", email="[email protected]"},
]
readme = "README.md"
license = "MIT"

[tool.poetry]
packages = [{include = "poetry_demo"}]
package-mode = false

[build-system]
requires = ["poetry-core>=2.0"]
Expand Down

0 comments on commit 4fb0465

Please sign in to comment.