We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4feb25a commit 44a393aCopy full SHA for 44a393a
pyproject.toml
@@ -4,6 +4,15 @@ version = "1.0.0"
4
description = "Tail recursion with a simple decorator api."
5
authors = ["0scarB <oscarb@protonmail.com>"]
6
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
+
16
17
[tool.poetry.dependencies]
18
python = "^3.8"
0 commit comments