We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3af66ce commit de0da37Copy full SHA for de0da37
1 file changed
sdk/python/pyproject.toml
@@ -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