hue-plus: migrate to pyproject

This commit is contained in:
Tomás Rivera
2026-06-11 11:49:41 +02:00
parent ce632c9556
commit 51170f885e
+3 -1
View File
@@ -8,7 +8,9 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "hue-plus";
version = "1.4.5";
format = "setuptools";
pyproject = true;
build-system = with python3Packages; [ setuptools ];
src = fetchFromGitHub {
owner = "kusti8";