summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
blob: cebf04ab5d755d9587036fd5961f3430f7af89ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[build-system]
requires = ["flit_core >=3.2,<4"]
build-backend = "flit_core.buildapi"

[project]
name = "auto-xsettingsd"
authors = [{name = "Tomasz Kramkowski", email = "tomasz@kramkow.ski"}]
license = {file = "LICENSE"}
classifiers = ["License :: OSI Approved :: MIT License"]
dynamic = ["version", "description"]
dependencies = ["PyGObject"]

[project.scripts]
auto-xsettingsd = "auto_xsettingsd:main"