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" } +