Include a seutp.py for the install

This commit is contained in:
Chris Jones 2007-07-28 04:38:36 +01:00
commit 3e35cc1d21
1 changed files with 14 additions and 0 deletions

14
setup.py Normal file
View File

@ -0,0 +1,14 @@
#!/usr/bin/env python
from distutils.core import setup
setup(name='Terminator',
version='0.1',
description='Terminator, the robot future of terminals',
author='Chris Jones',
author_email='cmsj@tenshu.net',
url='http://www.tenshu.net',
scripts=['terminator.py'],
)