Skip to content

Commit de0da37

Browse files
RoyLinRoyLin
authored andcommitted
fix: restore pyproject.toml for Python SDK v1.4.1
1 parent 3af66ce commit de0da37

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

sdk/python/pyproject.toml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[build-system]
2+
requires = ["maturin>=1.0,<2.0"]
3+
build-backend = "maturin"
4+
5+
[project]
6+
name = "a3s-code"
7+
version = "1.4.1"
8+
description = "A3S Code - Native Python bindings for the AI coding agent"
9+
readme = "README.md"
10+
license = {text = "MIT"}
11+
requires-python = ">=3.8"
12+
classifiers = [
13+
"Programming Language :: Rust",
14+
"Programming Language :: Python :: Implementation :: CPython",
15+
"Programming Language :: Python :: 3",
16+
"License :: OSI Approved :: MIT License",
17+
"Operating System :: OS Independent",
18+
]
19+
20+
[tool.maturin]
21+
features = ["pyo3/extension-module"]
22+
module-name = "a3s_code"

0 commit comments

Comments
 (0)