diff --git a/ik_python/pyproject.toml b/ik_python/pyproject.toml index bf8bdbb..759c11b 100644 --- a/ik_python/pyproject.toml +++ b/ik_python/pyproject.toml @@ -3,7 +3,7 @@ requires = ["maturin>=1.5,<2.0"] build-backend = "maturin" [project] -name = "ik_python" +name = "ik-geo" requires-python = ">=3.8" classifiers = [ "Programming Language :: Rust", @@ -12,4 +12,4 @@ classifiers = [ ] dynamic = ["version"] [tool.maturin] -features = ["pyo3/extension-module"] \ No newline at end of file +features = ["pyo3/extension-module"]