Include a seutp.py for the install
This commit is contained in:
commit
3e35cc1d21
|
@ -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'],
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue