1
0
mirror of https://github.com/no2chem/wideq.git synced 2025-05-28 04:50:23 -07:00
wideq/pyproject.toml
2019-06-28 11:31:10 -07:00

22 lines
392 B
TOML

[build-system]
requires = ["flit"]
build-backend = "flit.buildapi"
[tool.flit.metadata]
module = "wideq"
author = "Adrian Sampson"
author-email = "adrian@radbox.org"
home-page = "https://github.com/sampsyo/wideq"
requires = [
"requests"
]
description-file = "README.md"
requires-python = ">=3.4"
[tool.flit.metadata.requires-extra]
test = [
"coverage",
"flake8",
"pytest"
]