Skip to content

Commit 2a1da1e

Browse files
chore: align PyPI metadata with django-paradedb (#66)
1 parent 5d0e9f5 commit 2a1da1e

1 file changed

Lines changed: 13 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ build-backend = "hatchling.build"
55
[project]
66
name = "sqlalchemy-paradedb"
77
version = "0.6.0"
8-
description = "Typed SQLAlchemy helpers for ParadeDB"
8+
description = "Official ParadeDB integration for SQLAlchemy"
99
readme = "README.md"
10+
license = "MIT"
1011
requires-python = ">=3.10"
1112
authors = [
12-
{ name = "ParadeDB" },
13+
{ name = "ParadeDB", email = "support@paradedb.com" },
1314
]
1415
keywords = [
1516
"paradedb",
@@ -25,23 +26,31 @@ keywords = [
2526
"facets",
2627
]
2728
classifiers = [
28-
"Development Status :: 3 - Alpha",
29+
"Development Status :: 4 - Beta",
30+
"Environment :: Web Environment",
2931
"Intended Audience :: Developers",
32+
"License :: OSI Approved :: MIT License",
33+
"Operating System :: OS Independent",
3034
"Programming Language :: Python :: 3",
3135
"Programming Language :: Python :: 3 :: Only",
3236
"Programming Language :: Python :: 3.10",
3337
"Programming Language :: Python :: 3.11",
3438
"Programming Language :: Python :: 3.12",
3539
"Programming Language :: Python :: 3.13",
3640
"Programming Language :: Python :: 3.14",
41+
"Programming Language :: Python :: Implementation :: CPython",
3742
"Topic :: Database",
43+
"Topic :: Internet :: WWW/HTTP",
44+
"Topic :: Software Development :: Libraries :: Python Modules",
45+
"Topic :: Text Processing :: Indexing",
3846
]
3947
dependencies = [
4048
"sqlalchemy>=2.0.32",
4149
]
4250

4351
[project.urls]
44-
Homepage = "https://github.com/paradedb/sqlalchemy-paradedb"
52+
Homepage = "https://paradedb.com"
53+
Documentation = "https://docs.paradedb.com"
4554
Repository = "https://github.com/paradedb/sqlalchemy-paradedb"
4655
Issues = "https://github.com/paradedb/sqlalchemy-paradedb/issues"
4756
Changelog = "https://github.com/paradedb/sqlalchemy-paradedb/blob/main/CHANGELOG.md"

0 commit comments

Comments
 (0)