mirror of
https://github.com/no2chem/wideq.git
synced 2025-05-15 23:00:18 -07:00
19 lines
364 B
TOML
19 lines
364 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.6"
|
|
[tool.flit.metadata.requires-extra]
|
|
test = [
|
|
"responses"
|
|
]
|