17 lines
465 B
TOML
17 lines
465 B
TOML
[build-system]
|
|
requires = ["setuptools", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "interplanetary-edge-orchestrator-privacy"
|
|
version = "0.1.0"
|
|
description = "Privacy-preserving federated optimization for robotic fleets in space habitats (offline-first)."
|
|
readme = "README.md"
|
|
requires-python = ">=3.8"
|
|
|
|
[project.urls]
|
|
Homepage = "https://example.com/interplanetary-edge-orchestrator-privacy"
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["."]
|