Skip to content

Commit

Permalink
Add more information about project to toml file.
Browse files Browse the repository at this point in the history
  • Loading branch information
ealizadeh committed Jan 21, 2021
1 parent e4e4513 commit 1a625b8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ name = "pypocket"
version = "v0.0.1"
description = "A Python wrapper for GetPocket"
authors = ["Essi Alizadeh <[email protected]>"]
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'
Expand Down

0 comments on commit 1a625b8

Please sign in to comment.