Skip to content

Commit ecbf1c2

Browse files
committed
initial pypy changes
1 parent 245eb2a commit ecbf1c2

1 file changed

Lines changed: 20 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,20 @@ readme = "README.md"
66
license = { file = "LICENSE" }
77
authors = [{ name = "Rusty Conover", email = "rusty@query.farm" }]
88
maintainers = [{ 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+
]
1023
requires-python = ">=3.13"
1124
dependencies = [
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]
5877
requires = ["hatchling"]
5978
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)