neurotron/pyproject.toml

19 lines
381 B
TOML

[build-system]
requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "neurotron"
version = "0.2.0"
description = "Neurotron — Kernel Cognitivo do NFDOS"
authors = [{ name = "Neo & Trinity" }]
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"rich>=13.0"
]
[project.scripts]
neurotron = "neurotron.__main__:main"