Files
herolib_python/pyproject.toml
2025-08-20 05:49:47 +02:00

21 lines
415 B
TOML

[project]
name = "herolib"
version = "0.1.0"
description = "A Python library for HeroCode"
authors = [
{ name = "Kilo Code", email = "kilo.code@example.com" }
]
readme = "README.md"
requires-python = ">=3.12"
dependencies = ["peewee"]
[build-system]
requires = ["setuptools>=61.0","wheel","build"]
build-backend = "setuptools.build_meta"
[tool.setuptools.packages.find]
where = ["."]
include = ["herolib*"]