Fix setup.py

This commit is contained in:
Anthony Sottile 2014-03-14 15:21:51 -07:00
parent acd9eaf6ed
commit 3d3427e85f
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ setup(
entry_points={
'console_scripts': [
'debug-statement-hook = pre_commit_hooks.debug_statement_hook:entry',
'trailing-whitespace-fixer = pre_commit_hooks.railing_whitespace_fixer:entry',
'trailing-whitespace-fixer = pre_commit_hooks.trailing_whitespace_fixer:entry',
],
},
)