Skip to content

Commit beb481a

Browse files
committed
doc!: fix links in pyproject.toml
1 parent e176fb3 commit beb481a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ readme = "README.md"
1717
license = "MIT"
1818
dependencies = ["numpy"]
1919
[project.urls]
20-
"Homepage" = "https://github.com/iitpvisionlab/vls_ial"
21-
"Bug Reports" = "https://github.com/iitpvisionlab/vls_ial/issues"
22-
"Source" = "https://github.com/iitpvisionlab/vls_ial"
20+
"Homepage" = "https://github.com/iitpvisionlab/vsl_ial"
21+
"Bug Reports" = "https://github.com/iitpvisionlab/vsl_ial/issues"
22+
"Source" = "https://github.com/iitpvisionlab/vsl_ial"
2323
[project.optional-dependencies]
2424
extra = ["rich", "json5", "pydantic"]
2525
[tool.setuptools.dynamic]

0 commit comments

Comments
 (0)