10 lines
No EOL
246 B
TOML
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'] |