13 lines
360 B
TOML
13 lines
360 B
TOML
[build-system]
|
|
requires = ["setuptools", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "metaca-studio"
|
|
version = "0.1.0"
|
|
description = "MetaCA Studio - Federated Evolutionary Design Toolkit for Cellular Automata (partial MVP)"
|
|
readme = "README.md"
|
|
requires-python = ">=3.8"
|
|
authors = [ { name = "MetaCA Contributors" } ]
|
|
dependencies = []
|