From 95670a14e68dd9546c39c25d9fe0cf5b0a0436c8 Mon Sep 17 00:00:00 2001 From: Adam Kadlec Date: Sat, 4 Dec 2021 09:58:25 +0100 Subject: [PATCH] Fixing config --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f05014d..a4d9745 100644 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ def find_version(*file_paths): package_data={"fb_bus_connector_plugin": ["py.typed"]}, install_requires=[ "kink", - "libscrc" + "libscrc", "pjon_cython", "setuptools", "fastnumbers",