aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
blob: a078486445f150c4580bd6b398cfc140a12a5e77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[project]
name = "brightness"
version = "1.0.0"
description = "A basic log-scale sysfs brightness adjuster"
readme = "README.md"
requires-python = ">=3.4"
license = { file = "LICENSE" }
authors = [{ name = "Tomasz Kramkowski", email = "tomasz@kramkow.ski" }]

[project.scripts]
brightness = "brightness:main"

[build-system]
requires = ["whey"]
build-backend = "whey"