From 4ae8d9c87c535c16776e9b73ac2e99d47618a34a Mon Sep 17 00:00:00 2001 From: kevinheavey Date: Sun, 30 Jan 2022 14:08:14 +0000 Subject: [PATCH] add pypi metadata --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) 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"