-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpyproject.toml
More file actions
35 lines (32 loc) · 1.07 KB
/
pyproject.toml
File metadata and controls
35 lines (32 loc) · 1.07 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
[build-system]
requires = ["maturin>=1.9,<2.0"]
build-backend = "maturin"
[project]
name = "hcom"
version = "0.7.3"
description = "Let AI agents message, watch, and spawn each other across terminals. Claude Code, Gemini CLI, Codex, OpenCode."
readme = "README.md"
license = "MIT"
authors = [{name = "aannoo"}]
keywords = ["claude", "claude-code", "gemini", "codex", "opencode", "hooks", "agents", "cli", "multi-agent", "orchestration", "terminal"]
dependencies = []
classifiers = [
"Development Status :: 4 - Beta",
"Environment :: Console",
"Intended Audience :: Developers",
"Operating System :: MacOS",
"Operating System :: POSIX :: Linux",
"Topic :: Communications :: Chat",
"Topic :: Software Development",
"Topic :: System :: Monitoring",
"Topic :: Terminals",
]
[project.urls]
Homepage = "https://github.com/aannoo/hcom"
Repository = "https://github.com/aannoo/hcom"
Issues = "https://github.com/aannoo/hcom/issues"
Documentation = "https://github.com/aannoo/hcom#readme"
[tool.maturin]
bindings = "bin"
manifest-path = "Cargo.toml"
strip = true