19 lines
505 B
TOML
19 lines
505 B
TOML
[build-system]
|
|
requires = ["setuptools>=42", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "idea152-hopemesh-federated-privacy"
|
|
version = "0.1.0"
|
|
description = "Federated, privacy-preserving humanitarian resource allocation prototype (HopeMesh)"
|
|
readme = "README.md"
|
|
requires-python = ">=3.9"
|
|
license = { file = "LICENSE" }
|
|
|
|
[project.urls]
|
|
Homepage = "https://example.org/hope-mesh"
|
|
Repository = "https://github.com/example/hope-mesh"
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["src"]
|