From 2ec9cfcb99308f19168d57a5b92b73f6c3a04054 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Ro=C3=9F?= Date: Mon, 29 Jul 2024 15:04:13 +0000 Subject: [PATCH] Add the pyframebuffer module to the setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index d23b5a2..a10ae1b 100644 --- a/setup.py +++ b/setup.py @@ -36,4 +36,5 @@ def check_platform(): maintainer="Adrian Roß", maintainer_email="adrian.ross@ross-agentur.de", url="https://github.com/RossAdrian/pyframebuffer", + packages=["pyframebuffer"], ext_modules=[Extension("_pyfb", src)])