8 lines
109 B
TOML
8 lines
109 B
TOML
[project]
|
|
name = "photoanalyzer"
|
|
version = "0.1.0"
|
|
requires-python = ">=3.12"
|
|
|
|
[tool.ruff]
|
|
line-length = 100
|