Skip to content

Commit 876ecc8

Browse files
committed
Update pyproject.toml
1 parent 371e125 commit 876ecc8

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
[build-system]
2+
requires = ["hatchling >= 1.26"]
3+
build-backend = "hatchling.build"
4+
5+
[project]
6+
name = "crate-python"
7+
dynamic = ["version"]
8+
description = "CrateDB Python Client"
9+
authors = [{ name = "Crate.io", email = "office@crate.io" }]
10+
requires-python = ">=3.10"
11+
readme = "README.md"
12+
license = { file = "LICENSE.md"}
13+
classifiers = [
14+
"Development Status :: 5 - Production/Stable",
15+
"Intended Audience :: Developers",
16+
"License :: OSI Approved :: Apache Software License",
17+
"Operating System :: OS Independent",
18+
"Programming Language :: Python",
19+
"Programming Language :: Python :: 3",
20+
"Programming Language :: Python :: 3.10",
21+
"Programming Language :: Python :: 3.11",
22+
"Programming Language :: Python :: 3.12",
23+
"Programming Language :: Python :: 3.13",
24+
"Programming Language :: Python :: Implementation :: CPython",
25+
"Programming Language :: Python :: Implementation :: PyPy",
26+
"Topic :: Database",
27+
]
28+
dependencies = [
29+
30+
]
31+
32+
[dependency-groups]
33+
dev = [
34+
]
35+
36+
137
[tool.mypy]
238
mypy_path = "src"
339
packages = [

0 commit comments

Comments
 (0)