20 lines
557 B
TOML
20 lines
557 B
TOML
[build-system]
|
|
requires = ["setuptools>=61.0"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "idea98_algeiot_algebraic_orchestration"
|
|
version = "0.1.0"
|
|
description = "AlgeIoT MVP: Algebraic Orchestration for Distributed IoT Resource Markets (Edge City Edition)"
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
license = {text = "MIT"}
|
|
|
|
[tool.setuptools]
|
|
include-package-data = true
|
|
zip-safe = false
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["src"]
|
|
include = ["idea98_algeiot_algebraic_orchestration", "idea98_algeiot_algebraic_orchestration.*"]
|