2022-12-14 01:29:10 -05:00
|
|
|
[build-system]
|
2026-06-06 11:57:05 -04:00
|
|
|
requires = ["setuptools>=40.9.0"]
|
2022-12-14 01:29:10 -05:00
|
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
|
|
2026-06-06 11:57:05 -04:00
|
|
|
[project]
|
|
|
|
|
name = "cue_to_meta"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
description = "convert cue sheet to aNONradio metadata"
|
|
|
|
|
readme = "README.md"
|
|
|
|
|
requires-python = ">=3.14"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"click>=8.4.0",
|
|
|
|
|
]
|
2024-05-18 20:53:22 -04:00
|
|
|
|
2026-06-06 11:57:05 -04:00
|
|
|
[project.scripts]
|
|
|
|
|
cue_to_meta = "cue_to_meta:cli"
|
|
|
|
|
|
|
|
|
|
[dependency-groups]
|
|
|
|
|
dev = [
|
|
|
|
|
"pytest>=9.0.3",
|
|
|
|
|
]
|