-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
32 lines (27 loc) · 888 Bytes
/
Copy pathpyproject.toml
File metadata and controls
32 lines (27 loc) · 888 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
26
27
28
29
30
31
32
[build-system]
requires = ["setuptools>=68", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "omen-k0000-fan-controller"
version = "0.1.0"
description = "omen-k0000-fan-controller"
readme = "README_user_scheduler.md"
requires-python = ">=3.9"
license = { text = "MIT" }
authors = [{ name = "omen-k0000-fan-controller contributors" }]
keywords = ["hp", "omen", "victus", "fan", "hwmon", "hp-wmi", "8a4d"]
classifiers = [
"Environment :: Console",
"Intended Audience :: System Administrators",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3",
"Topic :: System :: Hardware",
]
[project.scripts]
omen-k0000-fan-controller = "omen_k0000_fan_controller.cli:main"
[tool.setuptools]
package-dir = { "" = "src" }
[tool.setuptools.packages.find]
where = ["src"]
[tool.setuptools.package-data]
omen_k0000_fan_controller = ["data/*.json"]