Skip to content

Commit 843e425

Browse files
committed
update pypi data in pyproject.toml
Signed-off-by: Grant Ramsay <seapagan@gmail.com>
1 parent c4381d4 commit 843e425

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ 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"
11+
repository = "https://github.com/seapagan/fastapi-redis-cache-reborn"
12+
homepage = "https://pypi.org/project/fastapi-redis-cache-reborn/"
13+
1014
classifiers = [
1115
"Development Status :: 4 - Beta",
1216
"Intended Audience :: Developers",
@@ -19,6 +23,7 @@ classifiers = [
1923
"Programming Language :: Python :: 3.12",
2024
"Programming Language :: Python :: 3 :: Only",
2125
"Topic :: Software Development :: Libraries :: Python Modules",
26+
"Framework :: FastAPI",
2227
]
2328

2429
[tool.poetry.dependencies]

0 commit comments

Comments
 (0)