Files
pytheory/pyproject.toml
T

17 lines
262 B
TOML

[project]
name = "pytheory"
version = "0.1.2"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"pytuning",
"numeral",
"sounddevice",
"scipy",
]
[tool.setuptools]
packages = ["pytheory"]