-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
46 lines (39 loc) · 1.37 KB
/
Copy pathpyproject.toml
File metadata and controls
46 lines (39 loc) · 1.37 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
40
41
42
43
44
45
46
[project]
name = "moolmesh"
version = "1.8.4"
description = "The context mesh for autonomous agents — unified observability, telemetry, and inter-agent coordination"
requires-python = ">=3.11"
license = "MIT"
dependencies = []
keywords = ["ai", "agents", "observability", "telemetry", "mcp", "claude", "codex", "opencode", "cursor", "developer-tools"]
classifiers = [
"Development Status :: 4 - Beta",
"Environment :: Console",
"Environment :: Web Environment",
"Intended Audience :: Developers",
"Operating System :: MacOS",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Topic :: Software Development :: Quality Assurance",
"Topic :: System :: Monitoring",
]
[project.urls]
Homepage = "https://github.com/fmicalizzi/moolmesh"
Repository = "https://github.com/fmicalizzi/moolmesh"
Issues = "https://github.com/fmicalizzi/moolmesh/issues"
[project.optional-dependencies]
dev = ["pytest>=7.0"]
[project.scripts]
mool = "hub.cli:main"
[build-system]
requires = ["setuptools>=68.0"]
build-backend = "setuptools.build_meta"
[tool.setuptools.packages.find]
include = ["hub*"]
[tool.setuptools.package-data]
"hub.dashboard" = ["static/*.html"]
[tool.pytest.ini_options]
testpaths = ["tests"]