Skip to content

Commit

Permalink
Change package name to ik-geo
Browse files Browse the repository at this point in the history
  • Loading branch information
kpwelsh authored Jun 17, 2024
1 parent f9d8843 commit d143563
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ik_python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -12,4 +12,4 @@ classifiers = [
]
dynamic = ["version"]
[tool.maturin]
features = ["pyo3/extension-module"]
features = ["pyo3/extension-module"]

0 comments on commit d143563

Please sign in to comment.