~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Gary Poster
  • Date: 2009-06-03 20:13:43 UTC
  • mto: This revision was merged to the branch mainline in revision 8517.
  • Revision ID: gary.poster@canonical.com-20090603201343-3oer26uwv7hsfziu
make twistd available in the bin directory with the right paths

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
            'killservice = lp.scripts.utilities.killservice:main',
49
49
            'run = canonical.launchpad.scripts.runlaunchpad:start_launchpad',
50
50
            'harness = canonical.database.harness:python',
 
51
            'twistd = twisted.scripts.twistd:run',
51
52
        ]
52
53
    ),
53
54
)