harnessed_reasoning/pyproject.toml
2026-04-16 15:42:41 +08:00

30 lines
886 B
TOML

[build-system]
requires = ["setuptools>=45", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "harnessed_reasoning"
version = "1.0.0"
description = "Hermes Reasoning Module - Production-ready reasoning engine with full context awareness"
authors = [{name = "Hermes AI Team"}]
readme = "README.md"
requires-python = ">=3.8"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
]
dependencies = [
"ahserver>=1.0.0",
"appPublic>=1.0.0",
"sqlor-database-module>=1.0.0",
"harnessed_agent>=1.0.0"
]
[tool.setuptools.packages.find]
where = ["."]
include = ["harnessed_reasoning*"]