Skip to content

Commit

Permalink
setup.py: Added a script for the benchmark module.
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew Hess committed Oct 13, 2008
1 parent 3d98dba commit c53d5ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -14,7 +14,8 @@

package_data = { 'lobbyists' : ['lobbyists.sql'] },
entry_points = {
'console_scripts': [ 'lobbyists-load = lobbyists.util:load_main', ]
'console_scripts': ['lobbyists-load = lobbyists.util:load_main',
'lobbyists-benchmark = lobbyists.benchmark:main']
},

author = 'Drew Hess',
Expand Down

0 comments on commit c53d5ca

Please sign in to comment.