Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

Commit

Permalink
remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
stv0g committed Oct 29, 2017
1 parent 76fb1b4 commit b4f5775
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py 100644 → 100755
@@ -1,3 +1,5 @@
#!/usr/bin/env python

import os
import codecs
from setuptools import setup
Expand Down Expand Up @@ -34,7 +36,7 @@ def read_file(filename, encoding='utf8'):
'Spectrum2'
],
scripts=[
'transWhat/transwhat.py'
'transWhat/transwhat.py'
],
install_requires=[
'protobuf',
Expand Down

0 comments on commit b4f5775

Please sign in to comment.