assm/pyproject.toml

31 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"
requires = ["Pillow==8.1.0" ]
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"
keywords = [
"iOS",
"splashscreen",
"splash-screen"
]
[tool.flit.metadata.requires-extra]
dev = ["pylint == 2.7.1", "black == 20.8b1"]
[tool.flit.metadata.urls]
Documentation = ""
[tool.black]
line-length = 99