-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpyproject.toml
More file actions
34 lines (31 loc) · 956 Bytes
/
Copy pathpyproject.toml
File metadata and controls
34 lines (31 loc) · 956 Bytes
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
[build-system]
requires = ["maturin>=1.8,<2.0"]
build-backend = "maturin"
[project]
name = "xuanwo-xurl"
dynamic = ["version"]
description = "Locate and read local code-agent thread files"
readme = "README.md"
requires-python = ">=3.8"
license = "Apache-2.0"
keywords = ["codex", "claude", "thread", "cli", "rust"]
classifiers = [
"Development Status :: 3 - Alpha",
"Environment :: Console",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Rust",
"Topic :: Software Development",
]
[project.urls]
Homepage = "https://github.com/Xuanwo/xurl"
Repository = "https://github.com/Xuanwo/xurl"
Issues = "https://github.com/Xuanwo/xurl/issues"
[tool.maturin]
bindings = "bin"
manifest-path = "xurl-cli/Cargo.toml"
compatibility = "pypi"
sdist-generator = "git"
strip = true