-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
39 lines (35 loc) · 1.09 KB
/
Copy pathsetup.cfg
File metadata and controls
39 lines (35 loc) · 1.09 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
36
37
38
39
[metadata]
name = zeroturn
version = 0.1.0
description = Deterministic fast paths for local agent actions.
long_description = file: README.md
long_description_content_type = text/markdown
author = ZeroTurn contributors
license = MIT
license_files = LICENSE
keywords = agents, automation, codex, local-tools, router
classifiers =
Development Status :: 3 - Alpha
Environment :: Console
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Software Development :: Libraries :: Python Modules
[options]
packages = find:
include_package_data = True
python_requires = >=3.9
install_requires =
[options.packages.find]
include = zeroturn*
[options.package_data]
zeroturn.app_control_router = *.json
zeroturn = benchmark_cases.json, py.typed
[options.entry_points]
console_scripts =
zeroturn = zeroturn.cli:main
zeroturn-mcp = zeroturn.mcp_server:main