Include a setup.py for the install
This commit is contained in:
parent
d75505584a
commit
e424700d0b
|
@ -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