From d143563aedcc11687443fc16d700b22e78a241ed Mon Sep 17 00:00:00 2001 From: Kevin Welsh Date: Mon, 17 Jun 2024 09:41:08 -0400 Subject: [PATCH] Change package name to ik-geo --- ik_python/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"]