Skip to content

Commit ff5a17b

Browse files
authored
chore: add homepage, repo, docs urls to pyproject.toml (#681)
1 parent 498a5a4 commit ff5a17b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ description = "Viam Robotics Python SDK"
55
authors = [ "Naveed <[email protected]>" ]
66
license = "Apache-2.0"
77
readme = "README.md"
8+
homepage = "https://www.viam.com"
9+
repository = "https://github.com/viamrobotics/viam-python-sdk"
10+
documentation = "https://python.viam.dev"
811
packages = [
912
{ include = "viam", from = "src" },
1013
]

0 commit comments

Comments
 (0)