17 lines
475 B
TOML
17 lines
475 B
TOML
[build-system]
|
|
requires = ["setuptools>=61.0","wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "idea157-openfederatedcompiler-privacy-preserving"
|
|
version = "0.1.0"
|
|
description = "A privacy-preserving cross-device policy compiler MVP with CRDT delta-sync and adapters"
|
|
readme = "README.md"
|
|
requires-python = ">=3.8"
|
|
license = { text = "MIT" }
|
|
authors = [ { name = "OpenCode Collaboration" } ]
|
|
dependencies = []
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["."]
|