fix: remove legacy command definitions

This commit is contained in:
Lance Edgar 2024-07-01 12:35:47 -05:00
parent 6ddafa4041
commit b903cf97fa
2 changed files with 1 additions and 66 deletions

View file

@ -48,13 +48,6 @@ core-office = "rattail_corepos.corepos.office.commands:core_office_typer"
rattail-corepos = "rattail_corepos.config:RattailCOREPOSExtension"
[project.entry-points."rattail.subcommands"]
export-corepos = "rattail_corepos.commands:ExportCore"
corepos-import-square = "rattail_corepos.commands:CoreImportSquare"
import-corepos-api = "rattail_corepos.commands:ImportCOREPOSAPI"
import-corepos-db = "rattail_corepos.commands:ImportCOREPOSDB"
[project.entry-points."rattail.typer_imports"]
rattail_corepos = "rattail_corepos.commands"