-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathpyproject.toml
More file actions
28 lines (24 loc) · 792 Bytes
/
Copy pathpyproject.toml
File metadata and controls
28 lines (24 loc) · 792 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
[build-system]
requires = ["setuptools>=68", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "spark-intelligence"
version = "0.1.0"
description = "Spark-native persistent agent runtime shell"
readme = "README.md"
requires-python = ">=3.11"
license = "MIT"
dependencies = [
"jsonschema>=4.22.0",
"PyNaCl>=1.6.2",
"PyYAML>=6.0",
"referencing>=0.35.0",
"spark-character @ git+https://github.com/vibeforge1111/spark-character.git@7ac95d3230e81cfbb8c0b808bfffaf0ec5f74c3a",
"spark-harness-core @ git+https://github.com/vibeforge1111/spark-harness-core.git@f3641143f1c3f28f55178faefcea57fd443c98bc",
]
[project.scripts]
spark-intelligence = "spark_intelligence.cli:main"
[tool.setuptools]
package-dir = {"" = "src"}
[tool.setuptools.packages.find]
where = ["src"]