mirror of
https://github.com/robmcmullen/atrcopy.git
synced 2024-11-22 12:35:02 +00:00
Added atrcopy script
This commit is contained in:
parent
b2b08df40c
commit
a377e61fe6
6
scripts/atrcopy
Executable file
6
scripts/atrcopy
Executable file
@ -0,0 +1,6 @@
|
|||||||
|
#!/usr/bin/env python
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
import atrcopy
|
||||||
|
|
||||||
|
atrcopy.run()
|
1
setup.py
1
setup.py
@ -24,6 +24,7 @@ setup(name="atrcopy",
|
|||||||
author_email="feedback@playermissile.com>",
|
author_email="feedback@playermissile.com>",
|
||||||
url="https://github.com/robmcmullen/atrcopy",
|
url="https://github.com/robmcmullen/atrcopy",
|
||||||
py_modules=["atrcopy"],
|
py_modules=["atrcopy"],
|
||||||
|
scripts=["scripts/atrcopy"],
|
||||||
description="Disk image utilities for Atari 8-bit emulators",
|
description="Disk image utilities for Atari 8-bit emulators",
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
license="GPL",
|
license="GPL",
|
||||||
|
Loading…
Reference in New Issue
Block a user