nfdos/src/_nfdos/kernel/neurotron/pyproject.toml
neo.webmaster.2@gmail.com a005ac4e13
Some checks are pending
Build NFDOS ISO / build (push) Waiting to run
"Auto-commit via make git"
2025-11-16 18:59:11 +01:00

20 lines
448 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"
neurotron-disk-init = "neurotron.disk_init:initialize_persistence"