19 lines
528 B
TOML
19 lines
528 B
TOML
[build-system]
|
|
requires = ["setuptools", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "marketmesh_privacy_preserving_federated"
|
|
version = "0.1.0"
|
|
description = "Lightweight federation for private, anonymized growth benchmarks across startups."
|
|
readme = "README.md"
|
|
requires-python = ">=3.8"
|
|
license = { text = "MIT" }
|
|
authors = [ { name = "OpenCode SWARM" } ]
|
|
|
|
[project.urls]
|
|
Homepage = "https://example.org/marketmesh"
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["marketmesh_privacy_preserving_federated_"]
|