forked from DamengDB/dmPython
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
42 lines (39 loc) · 1.32 KB
/
pyproject.toml
File metadata and controls
42 lines (39 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[build-system]
requires = ["setuptools>=68.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "dmPython-macOS"
version = "2.5.32"
description = "Python DB-API 2.0 driver for DM (Dameng) database — macOS edition with built-in Go bridge"
readme = "README.md"
license = {text = "MulanPSL-2.0"}
requires-python = ">=3.8"
authors = [
{name = "Dameng"},
{name = "skhe"},
]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Natural Language :: English",
"Operating System :: MacOS :: MacOS X",
"Programming Language :: C",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Database",
"Topic :: Database :: Front-Ends",
]
keywords = ["Dameng", "DM8", "database", "DB-API"]
[project.urls]
Homepage = "https://github.com/skhe/dmPython"
Repository = "https://github.com/skhe/dmPython"
"Bug Tracker" = "https://github.com/skhe/dmPython/issues"
Changelog = "https://github.com/skhe/dmPython/blob/main/CHANGELOG.md"
"Upstream (Official)" = "https://github.com/DamengDB/dmPython"
[tool.setuptools]
py-modules = []
packages = []