From 3b0d225ed80c91b095d29f85279033e4bea3a96f Mon Sep 17 00:00:00 2001 From: Christopher Spinrath Date: Thu, 28 Apr 2022 15:59:49 +0200 Subject: [PATCH] fcwtool: make new version of setuptools happy by moving code into a module directory --- fcwtool/{fcw.py => fcw/__init__.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename fcwtool/{fcw.py => fcw/__init__.py} (100%) diff --git a/fcwtool/fcw.py b/fcwtool/fcw/__init__.py similarity index 100% rename from fcwtool/fcw.py rename to fcwtool/fcw/__init__.py