diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 00000000..8f6cc523 --- /dev/null +++ b/AUTHORS @@ -0,0 +1 @@ +Chris Jones diff --git a/setup.py b/setup.py index ace73a1d..0997b0f5 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup(name='Terminator', author_email='cmsj@tenshu.net', url='http://www.tenshu.net/terminator/', licence='GPL v2', - scripts=['terminator.py'], + scripts=['terminator'], ) diff --git a/terminator.py b/terminator similarity index 100% rename from terminator.py rename to terminator