File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ]
238mypy_path = " src"
339packages = [
You can’t perform that action at this time.
0 commit comments