18 lines
420 B
TOML
18 lines
420 B
TOML
[project]
|
|
name = "tudo-para-ia-mais-humana"
|
|
version = "0.1.0"
|
|
description = "Human-centered operational reports, matrices, and service-order guidance for the Tudo Para IA ecosystem."
|
|
requires-python = ">=3.11"
|
|
dependencies = []
|
|
|
|
[project.scripts]
|
|
mais-humana = "mais_humana.cli:main"
|
|
|
|
[build-system]
|
|
requires = ["setuptools>=68"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["src"]
|
|
|