mirror of
https://github.com/kennethreitz/pytheory.git
synced 2026-06-05 23:00:20 +00:00
17 lines
262 B
TOML
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"]
|