17 lines
453 B
TOML
17 lines
453 B
TOML
[build-system]
|
|
requires = ["setuptools>=42", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "idea34-openpassmarket-privacy-preserving"
|
|
version = "0.1.0"
|
|
description = "Privacy-preserving federated compiler optimization marketplace core (Python prototype)"
|
|
readme = "README.md"
|
|
requires-python = ">=3.8"
|
|
license = { text = "MIT" }
|
|
authors = [ { name = "OpenCode" } ]
|
|
dependencies = []
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["src"]
|