From 1a625b890aadc5a74f2fb1afd42bdba427c6edd8 Mon Sep 17 00:00:00 2001 From: ealizadeh Date: Thu, 21 Jan 2021 18:58:52 -0500 Subject: [PATCH] Add more information about project to toml file. --- pyproject.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index b73e8c1..a53a23a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,6 +3,12 @@ name = "pypocket" version = "v0.0.1" description = "A Python wrapper for GetPocket" authors = ["Essi Alizadeh "] +keywords = ["GetPocket", "pocket", "wrapper"] +readme = "README.md" +license = "MIT" +homepage = "https://github.com/e-alizadeh/PyPocket" +repository = "https://github.com/e-alizadeh/PyPocket" + [[tool.poetry.source]] name = 'default'