Skip to content

Commit 43138c8

Browse files
authored
Update pyproject.toml (#7)
1 parent ef4e2ed commit 43138c8

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,16 @@ requires = ["maturin>=1,<2"]
33
build-backend = "maturin"
44

55
[project]
6-
name = "espeak_py"
6+
name = "espeak-py"
7+
version = "0.1.9"
78
classifiers = [
89
"Programming Language :: Python",
910
"Programming Language :: Rust"
1011
]
11-
python = "^3.6"
12+
requires-python = ">=3.11"
13+
license = { file = "LICENSE" }
14+
15+
[project.urls]
1216
homepage = "https://github.com/PolyAI-LDN/espeak-py"
1317
repository = "https://github.com/PolyAI-LDN/espeak-py"
14-
license = { file = "LICENSE" }
18+

0 commit comments

Comments
 (0)