diff --git a/pyproject.toml b/pyproject.toml index 0a97c67..b90b8a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,9 @@ name = "jellyfish-server-sdk" version = "0.1.0" description = "Python server SDK for the Jellyfish media server" -authors = ["Jellyfish Team "] +authors = ["Jellyfish Team"] +homepage = "https://github.com/jellyfish-dev/python-server-sdk" +documentation = "https://jellyfish-dev.github.io/python-server-sdk/jellyfish" license = "Apache-2.0" readme = "README.md" packages = [{ include = "jellyfish" }]