ClanStat/pyproject.toml
2025-03-13 13:44:26 +03:00

19 lines
488 B
TOML

[project]
dynamic = [ "version" ]
name = "..."
description = "..."
authors = [ {name = "Alexander Popov", email = "iiiypuk@fastmail.fm"}, ]
readme = "README.md"
license = { text = "MIT-0 License" }
dependencies = [ ]
requires-python = ">= 3.8"
classifiers=[ 'License :: OSI Approved :: MIT No Attribution License (MIT-0)', ]
[project.urls]
Changelog = "https://git.a2s.su/AniCard/ClanStat/src/branch/master/CHANGELOG.md"
[tool.black]
skip-string-normalization = true
line-length = 132