-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add more information about project to toml file.
- Loading branch information
ealizadeh
committed
Jan 21, 2021
1 parent
e4e4513
commit 1a625b8
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' | ||
|