remove trailing whitespace

This commit is contained in:
Steffen Vogel 2017-10-29 16:28:12 +01:00
parent 76fb1b4a6d
commit b4f57753c8
1 changed files with 3 additions and 1 deletions

4
setup.py Normal file → Executable file
View 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',