Rename the script, add more info to setup.py and add an AUTHORS
This commit is contained in:
parent
16e74b1201
commit
3d1b206a80
2
setup.py
2
setup.py
|
@ -9,7 +9,7 @@ setup(name='Terminator',
|
||||||
author_email='cmsj@tenshu.net',
|
author_email='cmsj@tenshu.net',
|
||||||
url='http://www.tenshu.net/terminator/',
|
url='http://www.tenshu.net/terminator/',
|
||||||
licence='GPL v2',
|
licence='GPL v2',
|
||||||
scripts=['terminator.py'],
|
scripts=['terminator'],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue