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:
parent
d85a554e15
commit
c96fbbb049
1 changed files with 3 additions and 0 deletions
3
setup.py
3
setup.py
|
@ -33,6 +33,9 @@ setup(name='transwhat',
|
|||
'transWhat',
|
||||
'Spectrum2'
|
||||
],
|
||||
scripts=[
|
||||
'transWhat/transwhat.py'
|
||||
],
|
||||
install_requires=[
|
||||
'protobuf',
|
||||
'yowsup2',
|
||||
|
|
Loading…
Add table
Reference in a new issue