make transwhat.py executable

by installing transwhat.py as a [script](https://docs.python.org/3/distutils/setupscript.html#installing-scripts), it get's installed in a PATH directory (/usr/bin) and can be executed from there.
This commit is contained in:
rigid 2017-03-25 13:24:21 +01:00 committed by GitHub
parent d85a554e15
commit c96fbbb049
1 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,9 @@ setup(name='transwhat',
'transWhat',
'Spectrum2'
],
scripts=[
'transWhat/transwhat.py'
],
install_requires=[
'protobuf',
'yowsup2',