From af27904ca664d8baf1d8faa9a8f81630750afbe3 Mon Sep 17 00:00:00 2001 From: Paul Annetts <5033948+paulannetts@users.noreply.github.com> Date: Tue, 23 Sep 2025 16:21:34 +0000 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d316afe..f344b31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,12 +3,16 @@ requires = ["maturin>=1,<2"] build-backend = "maturin" [project] -name = "espeak_py" +name = "espeak-py" +version = "0.1.9" classifiers = [ "Programming Language :: Python", "Programming Language :: Rust" ] -python = "^3.6" +requires-python = ">=3.11" +license = { file = "LICENSE" } + +[project.urls] homepage = "https://github.com/PolyAI-LDN/espeak-py" repository = "https://github.com/PolyAI-LDN/espeak-py" -license = { file = "LICENSE" } +