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'