Skip to content

Commit 44a393a

Browse files
committed
Add package information
1 parent 4feb25a commit 44a393a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pyproject.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ version = "1.0.0"
44
description = "Tail recursion with a simple decorator api."
55
authors = ["0scarB <oscarb@protonmail.com>"]
66
license = "MIT"
7+
readme="README.md"
8+
homepage = "https://github.com/0scarB/tail-recursive"
9+
repository = "https://github.com/0scarB/tail-recursive"
10+
documentation = "https://github.com/0scarB/tail-recursive"
11+
classifiers = [
12+
"Topic :: Software Development",
13+
"Programming Language :: Python :: 3.8"
14+
]
15+
716

817
[tool.poetry.dependencies]
918
python = "^3.8"

0 commit comments

Comments
 (0)