puter/packages/musicomp/pyproject.toml

18 lines
386 B
TOML
Raw Normal View History

2025-01-04 22:51:35 +00:00
[project]
name = "musicomp"
version = "0.1.0"
2025-01-05 01:43:17 +00:00
description = "Music compression tool"
authors = [{ name = "Lukas Wurzinger", email = "lukas@wrz.one" }]
2025-01-04 22:51:35 +00:00
readme = "README.md"
requires-python = ">=3.12"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project.scripts]
musicomp = "musicomp.cli:main"
[tool.hatch.build.targets.wheel]
packages = ["src/musicomp"]