Converted omnivore_framework to sawx

This commit is contained in:
Rob McMullen 2019-03-04 21:56:31 -08:00
parent 9f5addf645
commit f5874eacaa
2 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ setup(name="atrcopy",
packages=["atrcopy"],
include_package_data=True,
scripts=scripts,
entry_points={"omnivore_framework.loaders": 'atrcopy = atrcopy.omnivore_framework_loader'},
entry_points={"sawx.loaders": 'atrcopy = atrcopy.omnivore_loader'},
description="Utility to manage file systems on Atari 8-bit (DOS 2) and Apple ][ (DOS 3.3) disk images.",
long_description=long_description,
license="GPL",