Skip to content

Commit

Permalink
setup.py Fix fontdiff module path
Browse files Browse the repository at this point in the history
Part of #158
  • Loading branch information
davelab6 committed Jan 27, 2016
1 parent c110acb commit 89ebe6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
100644 → 100755
Expand Up @@ -51,6 +51,6 @@
'nototools/test_vertical_extents.py'],
entry_points={
'console_scripts': [
'fontdiff = nototools.fontdiff.__main__:main',
'fontdiff = nototools.fontdiff:main',
]
})

0 comments on commit 89ebe6d

Please sign in to comment.