forked from manaflow-ai/subrouter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
35 lines (31 loc) · 976 Bytes
/
Copy pathpyproject.toml
File metadata and controls
35 lines (31 loc) · 976 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
35
[build-system]
requires = ["hatchling>=1.25"]
build-backend = "hatchling.build"
[project]
name = "subrouter"
version = "0.1.33"
description = "Routes AI coding-agent traffic across subscription accounts and API keys."
readme = "README.md"
requires-python = ">=3.9"
license = "MIT"
authors = [{ name = "Manaflow" }]
classifiers = [
"Environment :: Console",
"Intended Audience :: Developers",
"Operating System :: MacOS",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX :: Linux",
"Programming Language :: Go",
"Programming Language :: Python :: 3",
"Topic :: Software Development"
]
[project.urls]
Homepage = "https://github.com/manaflow-ai/subrouter"
Repository = "https://github.com/manaflow-ai/subrouter"
Issues = "https://github.com/manaflow-ai/subrouter/issues"
[project.scripts]
subrouter = "subrouter_cli:subrouter"
sr = "subrouter_cli:sr"
cx = "subrouter_cli:cx"
[tool.hatch.build.targets.wheel]
packages = ["subrouter_cli"]