File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ license = "MIT"
77readme = " README.md"
88packages = [{ include = " fastapi_redis_cache" , from = " ." }]
99
10- changelog = " https://github.com/seapagan/fastapi-redis-cache-reborn/blob/main/CHANGELOG.md"
1110repository = " https://github.com/seapagan/fastapi-redis-cache-reborn"
11+ documentation = " https://github.com/seapagan/fastapi-redis-cache-reborn"
1212homepage = " https://pypi.org/project/fastapi-redis-cache-reborn/"
1313
1414classifiers = [
@@ -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 ]
3035python = " ^3.9"
3136pydantic = " ^2.7.1"
You can’t perform that action at this time.
0 commit comments