-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpyproject.toml
More file actions
25 lines (23 loc) · 831 Bytes
/
Copy pathpyproject.toml
File metadata and controls
25 lines (23 loc) · 831 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[build-system]
requires = ["setuptools>=64"]
build-backend = "setuptools.build_meta"
[project]
name = "airtouch2"
description = "API for the monitoring and control of a Polyaire Airtouch 2 system over the local network"
version = "0.8.7"
authors = [{ name = "Nathan Van der Hoek", email = "nathanmvdh@gmail.com" }]
license = {file = "LICENSE"}
readme = "README.md"
requires-python = ">=3.10"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"Topic :: Home Automation",
"Topic :: Software Development :: Embedded Systems"
]
keywords = ["air", "conditioner", "automation"]
[project.urls]
Homepage = "https://github.com/nathanvdh/airtouch2-python"