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

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

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

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