Files
interpretations/pyproject.toml
T
2026-04-01 13:27:53 -04:00

16 lines
370 B
TOML

[project]
name = "interpretations"
version = "0.1.0"
description = "An album of compositions written in Python using pytheory."
license = "ISC"
authors = [
{ name = "Kenneth Reitz", email = "me@kennethreitz.org" },
]
requires-python = ">=3.10"
dependencies = [
"pytheory>=0.40.8",
]
[project.urls]
Repository = "https://github.com/kennethreitz/interpretations"