Skip to content

Commit

Permalink
Add repository link to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mvernacc committed Jul 7, 2024
1 parent d4bed02 commit 39a5cf2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[tool.poetry]
name = "kinematic-constraint"
version = "0.1.0"
version = "0.1.1"
description = "Solver for rigid body degrees of freedom with the theory of kinematic constraint (aka exact constraint)."
authors = ["Matthew Vernacchia <[email protected]>"]
readme = "README.md"
repository = "https://github.com/mvernacc/kinematic_constraint"

[tool.poetry.dependencies]
python = "^3.11"
Expand Down

0 comments on commit 39a5cf2

Please sign in to comment.