Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
cosmetic tab align
utf-8
  • Loading branch information
pteek committed Dec 5, 2014
1 parent 9bb8db2 commit e99aa4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def get_version():
],
scripts=[
'scripts/spoof-mac.py',
'scripts/spoof-mac'
'scripts/spoof-mac'
],
license='MIT'
)
2 changes: 1 addition & 1 deletion spoofmac/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf8 -*-
# -*- coding: utf-8 -*-
__version__ = '2.0.0'

0 comments on commit e99aa4d

Please sign in to comment.