~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Gary Poster
  • Date: 2009-05-01 00:25:52 UTC
  • mto: (8329.1.1 buildout2)
  • mto: This revision was merged to the branch mainline in revision 8489.
  • Revision ID: gary.poster@canonical.com-20090501002552-3hdbl9k771juuy1z
test works, nominally; and bin/py is a bit more functional.  problems with import warnings are more serious because they cause tests to fail.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
    ),
37
37
    entry_points=dict(
38
38
        console_scripts=[ # `console_scripts` is a magic name to zc.buildout
39
 
            'killservice = lp.scripts.utilities.killservice:script',
 
39
            'killservice = lp.scripts.utilities.killservice:main',
40
40
            'run = canonical.launchpad.scripts.runlaunchpad:start_launchpad',
41
41
            'harness = canonical.database.harness:python',
42
42
        ]