ithon/pyproject.toml
2024-11-28 18:17:24 -05:00

10 lines
No EOL
246 B
TOML

[project]
name = "ithon"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = ['typer']
[project.optional-dependencies]
minifier = ['python-minifier']
all = ['python-minifier']