diff --git a/pyproject.toml b/pyproject.toml index f0354630..b10d5b87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,9 @@ version = "0.1.0" description = "A Python client for the Drift DEX" authors = ["Kevin Heavey "] license = "MIT" +readme = "README.md" +homepage = "https://github.com/drift-labs/driftpy" +documentation = "https://drift-labs.github.io/driftpy/" [tool.poetry.dependencies] python = "^3.9"