From 13d2f008adcdc86516cfcb9b9aab1c7aa7ac1a95 Mon Sep 17 00:00:00 2001 From: gryf Date: Wed, 13 Apr 2022 17:39:43 +0200 Subject: [PATCH] Make the package instead of bare module. --- linak_ctrl.py => linak_ctrl/__init__.py | 0 setup.cfg | 1 + 2 files changed, 1 insertion(+) rename linak_ctrl.py => linak_ctrl/__init__.py (100%) diff --git a/linak_ctrl.py b/linak_ctrl/__init__.py similarity index 100% rename from linak_ctrl.py rename to linak_ctrl/__init__.py diff --git a/setup.cfg b/setup.cfg index e7947f0..e2acca0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,6 +27,7 @@ console_scripts = linak-ctrl= linak_ctrl:main [options] +packages = find: install_requires = pyusb