terminator/setup.py

15 lines
321 B
Python

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