15 lines
399 B
TOML
15 lines
399 B
TOML
[build-system]
|
|
requires = ["setuptools>=42", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "idea41-monoidalscheduler-category-theoretic"
|
|
version = "0.1.0"
|
|
description = "Category-theoretic, compositional real-time scheduler for industrial IoT"
|
|
authors = [ { name = "Idea41 Team" } ]
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["."]
|