@@ -5,11 +5,12 @@ build-backend = "hatchling.build"
55[project ]
66name = " sqlalchemy-paradedb"
77version = " 0.6.0"
8- description = " Typed SQLAlchemy helpers for ParadeDB "
8+ description = " Official ParadeDB integration for SQLAlchemy "
99readme = " README.md"
10+ license = " MIT"
1011requires-python = " >=3.10"
1112authors = [
12- { name = " ParadeDB" },
13+ { name = " ParadeDB" , email = " support@paradedb.com " },
1314]
1415keywords = [
1516 " paradedb" ,
@@ -25,23 +26,31 @@ keywords = [
2526 " facets" ,
2627]
2728classifiers = [
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]
3947dependencies = [
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"
4554Repository = " https://github.com/paradedb/sqlalchemy-paradedb"
4655Issues = " https://github.com/paradedb/sqlalchemy-paradedb/issues"
4756Changelog = " https://github.com/paradedb/sqlalchemy-paradedb/blob/main/CHANGELOG.md"
0 commit comments