@@ -6,7 +6,20 @@ readme = "README.md"
66license = { file = " LICENSE" }
77authors = [{ name = " Rusty Conover" , email = " rusty@query.farm" }]
88maintainers = [{ name = " Query Farm LLC" , email = " hello@query.farm" }]
9- classifiers = [" License :: Other/Proprietary License" ]
9+ classifiers = [
10+ " License :: Other/Proprietary License" ,
11+ " Development Status :: 4 - Beta" ,
12+ " Intended Audience :: Developers" ,
13+ " Programming Language :: Python :: 3" ,
14+ " Programming Language :: Python :: 3 :: Only" ,
15+ " Programming Language :: Python :: 3.13" ,
16+ " Programming Language :: Python :: 3.14" ,
17+ " Topic :: Database" ,
18+ " Topic :: Database :: Database Engines/Servers" ,
19+ " Topic :: Software Development :: Libraries :: Python Modules" ,
20+ " Operating System :: OS Independent" ,
21+ " Typing :: Typed" ,
22+ ]
1023requires-python = " >=3.13"
1124dependencies = [
1225 " click" ,
@@ -54,6 +67,12 @@ vgi-transactor = "vgi.transactor.server:main"
5467# by the dev-only sidecar distribution in packages/vgi-fixtures (see its
5568# pyproject.toml), which is installed via the uv workspace for tests.
5669
70+ [project .urls ]
71+ Homepage = " https://query.farm"
72+ Repository = " https://github.com/Query-farm/vgi-python"
73+ Documentation = " https://github.com/Query-farm/vgi-python/tree/main/docs"
74+ Issues = " https://github.com/Query-farm/vgi-python/issues"
75+
5776[build-system ]
5877requires = [" hatchling" ]
5978build-backend = " hatchling.build"
0 commit comments