remove trailing whitespace
This commit is contained in:
parent
76fb1b4a6d
commit
b4f57753c8
1 changed files with 3 additions and 1 deletions
4
setup.py
Normal file → Executable file
4
setup.py
Normal file → Executable file
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
import os
|
||||
import codecs
|
||||
from setuptools import setup
|
||||
|
@ -34,7 +36,7 @@ setup(name='transwhat',
|
|||
'Spectrum2'
|
||||
],
|
||||
scripts=[
|
||||
'transWhat/transwhat.py'
|
||||
'transWhat/transwhat.py'
|
||||
],
|
||||
install_requires=[
|
||||
'protobuf',
|
||||
|
|
Loading…
Add table
Reference in a new issue