~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to setup.py

Brought back the remaining js tools and changed "build" to "js" as they're not really all build tools.

Show diffs side-by-side

added added

removed removed

Lines of Context:
152
152
        console_scripts=[ # `console_scripts` is a magic name to setuptools
153
153
            'apiindex = lp.scripts.utilities.apiindex:main',
154
154
            'killservice = lp.scripts.utilities.killservice:main',
155
 
            'jsbuild = lp.scripts.utilities.build.jsbuild:main',
 
155
            'jsbuild = lp.scripts.utilities.js.jsbuild:main',
 
156
            'jslint = lp.scripts.utilities.js.jslint:main',
 
157
            'jssize = lp.scripts.utilities.js.jssize:main',
156
158
            'run = canonical.launchpad.scripts.runlaunchpad:start_launchpad',
157
159
            'harness = canonical.database.harness:python',
158
160
            'twistd = twisted.scripts.twistd:run',