Skip to content

Commit 7958e9a

Browse files
committed
fix last commit, error in pyproject.toml
Signed-off-by: Grant Ramsay <seapagan@gmail.com>
1 parent 843e425 commit 7958e9a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ license = "MIT"
77
readme = "README.md"
88
packages = [{ include = "fastapi_redis_cache", from = "." }]
99

10-
changelog = "https://github.com/seapagan/fastapi-redis-cache-reborn/blob/main/CHANGELOG.md"
1110
repository = "https://github.com/seapagan/fastapi-redis-cache-reborn"
11+
documentation = "https://github.com/seapagan/fastapi-redis-cache-reborn"
1212
homepage = "https://pypi.org/project/fastapi-redis-cache-reborn/"
1313

1414
classifiers = [
@@ -26,6 +26,11 @@ classifiers = [
2626
"Framework :: FastAPI",
2727
]
2828

29+
[tool.poetry.urls]
30+
"Pull Requests" = "https://github.com/seapagan/fastapi-redis-cache-reborn/pulls"
31+
"Bug Tracker" = "https://github.com/seapagan/fastapi-redis-cache-reborn/issues"
32+
"changelog" = "https://github.com/seapagan/fastapi-redis-cache-reborn/blob/main/CHANGELOG.md"
33+
2934
[tool.poetry.dependencies]
3035
python = "^3.9"
3136
pydantic = "^2.7.1"

0 commit comments

Comments
 (0)