Skip to content

Commit af01b01

Browse files
committed
add poetry TOML
1 parent a812b7f commit af01b01

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

pyproject.toml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[tool.poetry]
2+
name = "mscales"
3+
version = "1.4.1"
4+
description = "A Python package to generate, visualize, and sonify musical scales."
5+
authors = ["Fabian C. Moss <[email protected]>"]
6+
license = "MIT"
7+
readme = "README.md"
8+
9+
[tool.poetry.dependencies]
10+
python = "^3.11"
11+
numpy = "^1.26.4"
12+
pretty_midi = "^0.2.10"
13+
matplotlib = "^3.8.4"
14+
15+
16+
[build-system]
17+
requires = ["poetry-core"]
18+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)