19 lines
453 B
TOML
19 lines
453 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://change.me//CHANGELOG.md"
|
|
|
|
[tool.black]
|
|
skip-string-normalization = true
|
|
line-length = 132
|