From 3d1b206a806295f7ed7dba4293694d48a2800669 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Sat, 25 Aug 2007 15:33:24 +0100 Subject: [PATCH] Rename the script, add more info to setup.py and add an AUTHORS --- AUTHORS | 1 + setup.py | 2 +- terminator.py => terminator | 0 3 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 AUTHORS rename terminator.py => terminator (100%) 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