diff --git a/setup.py b/setup.py index 5fb7b12a19e9c1dcc1dd10b66856aa1862572ea2..eb7e3a5a5ac45a146cee7d8ae87aed3737877d18 100644 --- a/setup.py +++ b/setup.py @@ -114,5 +114,8 @@ rattail = rattail.db.extension:RattailExtension [rattail.commands] filemon = rattail.commands:FileMonitorCommand +[rattail.batches.providers] +print_labels = rattail.batches.providers.labels:PrintLabels + """, )