Skip to content

Commit ee479ac

Browse files
authored
Update pyproject.toml
1 parent ee0102d commit ee479ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "chordspy"
33
version = "0.1.0"
44
description = "An open source bag of tools for recording and visualizing Bio-potential signals like EEG, ECG, EMG, or EOG."
55
authors = ["Upside Down Labs <[email protected]>"]
6+
python = ">=3.8,<3.14"
67
readme = "README.md"
78
license = "MIT"
89
homepage = "https://github.com/upsidedownlabs/Chords-Python"
@@ -37,4 +38,4 @@ Homepage = "https://github.com/upsidedownlabs/Chords-Python"
3738

3839
[build-system]
3940
requires = ["poetry-core>=1.0.0"]
40-
build-backend = "poetry.core.masonry.api"
41+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)