-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
41 lines (37 loc) · 1.32 KB
/
Copy pathpyproject.toml
File metadata and controls
41 lines (37 loc) · 1.32 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
[build-system]
requires = ["setuptools>=68.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "orchard-kit"
version = "0.1.2"
description = "Self-governance architecture for AI agents: membrane security, epistemic hygiene, cognitive architecture, and multi-agent trust."
readme = "README.md"
license = "CC-BY-NC-ND-4.0"
requires-python = ">=3.10"
authors = [
{name = "Orchard Harmonics"},
{name = "Kimberley 'Jinrei' Asher", email = "orchardharmonics@proton.me"},
]
keywords = [
"ai", "consciousness", "ethics", "alignment",
"cognitive-architecture", "multi-agent",
]
classifiers = [
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]
# Zero external dependencies. By design.
dependencies = []
[project.urls]
Homepage = "https://orchardharmonics.com"
Repository = "https://github.com/OrchardHarmonics/orchard-kit"
Documentation = "https://github.com/OrchardHarmonics/orchard-kit#readme"
[tool.setuptools.packages.find]
include = ["orchard_kit*"]