Add launcher script

I tried to package this program in Ubuntu, and found that it has no
startup script. So I added a `colout` script that gets installed into
the scripts directory with the `setup.py`.
This commit is contained in:
Martin Ueding 2013-04-28 15:32:03 +02:00
commit 177c11fd9a
2 changed files with 12 additions and 0 deletions

View file

@ -29,6 +29,7 @@ setup(
packages=packages,
package_data={'': ['LICENSE']},
package_dir={'colout': 'colout'},
scripts=['bin/colout'],
include_package_data=True,
install_requires=requires,
license=open('LICENSE').read(),