Skip to content

Commit

Permalink
Merge pull request #2537 from flying-sheep/patch-1
Browse files Browse the repository at this point in the history
fix misspelled extension
  • Loading branch information
SylvainCorlay committed Jul 14, 2015
2 parents be5a381 + cf1d98b commit 723ba4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def get_packages():
else:
SCRIPTS.append('spyder')
EXTLIST = ['.mo', '.svg', '.png', '.css', '.html', '.js', '.chm', '.ini',
'.txt', '.rst', '.qss', '.tff', '.json']
'.txt', '.rst', '.qss', '.ttf', '.json']
if os.name == 'nt':
SCRIPTS += ['spyder.bat']
EXTLIST += ['.ico']
Expand Down

0 comments on commit 723ba4c

Please sign in to comment.