[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"