From d3d5139eb5e05aa7e534ce38268e76ea88a6255b Mon Sep 17 00:00:00 2001 From: Zain Patel Date: Sat, 16 Jan 2021 16:55:31 +0000 Subject: [PATCH] Update pyproject.toml with relevant metadata (#6) --- pyproject.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 9058bd0..018ec2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,15 @@ name = "kedro-dataframe-dropin" version = "0.1.0" description = "A Kedro plugin to utilise pandas dropins (like cuDF or modin) in place of the pandas datasets" +license = "MIT" authors = ["Zain Patel "] +readme = "README.md" +homepage = "https://github.com/mzjp2/kedro-dataframe-dropin" +repository = "https://github.com/mzjp2/kedro-dataframe-dropin" +keywords = ["kedro", "rapids", "data", "gpu", "modin"] +classifiers = [ + "Framework :: Kedro" +] [tool.poetry.dependencies] python = ">=3.7.1, <3.9"