14 lines
367 B
TOML
14 lines
367 B
TOML
[build-system]
|
|
requires = ["setuptools>=42", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "idea76_gameeconomy_studio_verifiable"
|
|
version = "0.1.0"
|
|
description = "Verifiable Algebraic DSL for Cross-Server In-Game Economies"
|
|
authors = [{name = "OpenCode"}]
|
|
license = {text = "MIT"}
|
|
readme = "README.md"
|
|
requires-python = ">=3.8"
|
|
dependencies = []
|