commit | 3d3427e85ff938668ef3d7884233a147bd760082 | [log] [tgz] |
---|---|---|
author | Anthony Sottile <asottile@umich.edu> | Fri Mar 14 15:21:51 2014 -0700 |
committer | Anthony Sottile <asottile@umich.edu> | Fri Mar 14 15:21:51 2014 -0700 |
tree | ed5aee03b6560df9bc2d3971881999f7216de9d6 | |
parent | acd9eaf6ed871fb7fc7d2121d498637a7fddbc32 [diff] |
Fix setup.py
diff --git a/setup.py b/setup.py index ba930a3..715f0c9 100644 --- a/setup.py +++ b/setup.py
@@ -14,7 +14,7 @@ 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', ], }, )