From ccbf216aaf6e10d60e3138cbbed93359acfe71a2 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Wed, 28 Sep 2022 18:55:04 +0200 Subject: reorganize updater CLI This moves the updater scripts into a subfolder, which keeps them separated better from the rest of the package. In addition, we now have the "fietsupdate" command instead of using "python -m fietsboek.updater". --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index ad759ef..5fd76e0 100644 --- a/setup.py +++ b/setup.py @@ -63,6 +63,7 @@ setup( ], 'console_scripts': [ 'fietsctl=fietsboek.scripts.fietsctl:main', + 'fietsupdate=fietsboek.updater.cli:cli', ], }, ) -- cgit v1.2.3