Skip to content

Commit 6dd1941

Browse files
committed
fix: update package metadata
1 parent 47c6c07 commit 6dd1941

File tree

3 files changed

+39
-3
lines changed

3 files changed

+39
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# FastAPI-Async-SQLA
22

3-
[![PyPI - Version](https://img.shields.io/pypi/v/fastapi-async-sqla)](https://pypi.org/project/FastAPI-Async-SQLA/)
3+
[![PyPI - Version](https://img.shields.io/pypi/v/FastAPI-Async-SQLA?color=brightgreen)](https://pypi.org/project/FastAPI-Async-SQLA/)
44
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-brightgreen.svg)](https://conventionalcommits.org)
55
[![codecov](https://codecov.io/gh/hadrien/fastapi-async-sqla/graph/badge.svg?token=XK3YT60MWK)](https://codecov.io/gh/hadrien/fastapi-async-sqla)
66

pyproject.toml

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,48 @@ description = "SQLAlchemy extension for FastAPI with support for asynchronous SQ
55
readme = "README.md"
66
requires-python = ">=3.12"
77
authors = [{ name = "Hadrien David", email = "[email protected]" }]
8+
classifiers = [
9+
"Development Status :: 4 - Beta",
10+
"Environment :: Web Environment",
11+
"Framework :: AsyncIO",
12+
"Framework :: FastAPI",
13+
"Framework :: Pydantic :: 2",
14+
"Framework :: Pydantic",
15+
"Framework :: SQLAlchemy :: 2",
16+
"Framework :: SQLAlchemy",
17+
"Intended Audience :: Developers",
18+
"Intended Audience :: Information Technology",
19+
"Intended Audience :: System Administrators",
20+
"License :: OSI Approved :: MIT License",
21+
"Operating System :: OS Independent",
22+
"Programming Language :: Python :: 3 :: Only",
23+
"Programming Language :: Python :: 3.12",
24+
"Programming Language :: Python :: 3",
25+
"Programming Language :: Python",
26+
"Programming Language :: SQL",
27+
"Topic :: Internet :: WWW/HTTP :: HTTP Servers",
28+
"Topic :: Internet :: WWW/HTTP",
29+
"Topic :: Internet",
30+
"Topic :: Software Development :: Libraries :: Application Frameworks",
31+
"Topic :: Software Development :: Libraries :: Python Modules",
32+
"Topic :: Software Development :: Libraries",
33+
"Topic :: Software Development",
34+
"Typing :: Typed",
35+
]
36+
keywords = ["FastAPI", "SQLAlchemy", "AsyncIO"]
37+
license = { text = "MIT License" }
838
dependencies = [
939
"fastapi>=0.115.6",
1040
"sqlalchemy[asyncio]>=2.0.34,<3",
1141
"structlog>=24.4.0",
1242
]
13-
license = { text = "MIT License" }
43+
44+
[project.urls]
45+
Homepage = "https://github.com/hadrien/fastapi-async-sqla"
46+
Documentation = "https://github.com/hadrien/fastapi-async-sqla"
47+
Repository = "https://github.com/hadrien/fastapi-async-sqla"
48+
Issues = "https://github.com/hadrien/fastapi-async-sqla/issues"
49+
Changelog = "https://github.com/hadrien/fastapi-async-sqla/releases"
1450

1551
[tool.uv]
1652
package = true

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)