aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
blob: 23d0db734706e3713d13d2aa86bb69ae7eee723a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[project]
name = "hyprsunset-qt"
version = "0.1.1"
description = "Qt6 GUI for hyprsunset"
requires-python = ">=3.11"
license = "GPL-2.0-only"
dependencies = ["PyQt6"]

[project.scripts]
hyprsunset-qt = "hyprsunset_qt.__main__:main"

[tool.setuptools]
packages = ["hyprsunset_qt"]

[build-system]
requires = ["setuptools>=61"]
build-backend = "setuptools.build_meta"

[tool.pytest.ini_options]
testpaths = ["tests"]