assm/pyproject.toml

27 lines
639 B
TOML
Raw Normal View History

2021-02-25 20:15:37 +03:00
[build-system]
requires = ["flit_core >=2,<4"]
build-backend = "flit_core.buildapi"
[tool.flit.metadata]
module = "assm"
author = "Alexander Popov"
author-email = "iiiypuk@iiiypuk.me"
home-page = "https://github.com/emilecok/assm"
2021-07-21 23:27:40 +03:00
requires = ["Pillow==8.3.1" ]
2021-02-25 21:37:08 +03:00
description-file = "README.md"
2021-02-25 20:15:37 +03:00
classifiers = [
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3"
]
2021-02-25 21:37:08 +03:00
requires-python = ">=3"
2021-07-21 23:27:40 +03:00
keywords = "iOS,splashscreen,splash-screen"
2021-02-25 21:37:08 +03:00
[tool.flit.metadata.requires-extra]
dev = ["pylint == 2.7.1", "black == 20.8b1"]
[tool.flit.metadata.urls]
2021-07-21 23:27:40 +03:00
Documentation = "https://docs/"
2021-02-25 21:37:08 +03:00
[tool.black]
line-length = 99