From a5aff11ba22a5b2f2c56d3325f431d51681e6c9b Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Wed, 26 Jun 2013 17:15:19 +0200 Subject: Consistently call gbp the supercommand and robustify against invalid modules names. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index fe7109a..f74715f 100644 --- a/setup.py +++ b/setup.py @@ -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' ], }, ) -- cgit v1.2.3