From d580eef390ae38580b127de0b5b47edb354b30c0 Mon Sep 17 00:00:00 2001
From: Xarblu <xarblu@protonmail.com>
Date: Tue, 5 May 2026 11:32:04 +0200
Subject: [PATCH] fix pyproject.toml

Signed-off-by: Xarblu <xarblu@protonmail.com>
---
 pyproject.toml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index dece500..82ac811 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,5 +1,6 @@
 [build-system]
-requires = [ "setuptools>=61.0.0",]
+requires = [ "setuptools>=61.0.0", "wheel"]
+build-backend = "setuptools.build_meta"
 
 [project]
 name = "jellyfin-apiclient-python"
-- 
2.54.0

