From 474458f554653aa53532811813f46141c0e66ba4 Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Wed, 17 Apr 2024 16:23:22 +0200 Subject: [PATCH] Forgot comma --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4bd48f2..8c461b2 100644 --- a/setup.py +++ b/setup.py @@ -64,7 +64,7 @@ install_requires=[ 'gcc', 'python3-devel', - ] + ], ext_modules=[Extension("cups", ["cupsmodule.c", "cupsconnection.c", "cupsppd.c", "cupsipp.c"],