13 lines
419 B
TOML
13 lines
419 B
TOML
[build-system]
|
|
requires = ["setuptools>=61.0", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "openbench-privacy-preserving-benchmarkin"
|
|
version = "0.1.0"
|
|
description = "Privacy-preserving benchmarking for SMEs with secure aggregation and data contracts."
|
|
readme = "README.md"
|
|
requires-python = ">=3.8"
|
|
license = { text = "MIT" }
|
|
authors = [ { name = "OpenCode SWARM", email = "dev@example.com" } ]
|