diff options
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,6 +60,6 @@ setup(name = "gbp", setup_requires=['nose>=0.11.1', 'coverage>=2.85', 'nosexcover>=1.0.7'] if \ os.getenv('WITHOUT_NOSETESTS') is None else [], entry_points = { - 'console_scripts': [ 'gbp = gbp.scripts.command:gbp_command' ], + 'console_scripts': [ 'gbp = gbp.scripts.supercommand:supercommand' ], }, ) |