~jcsackett/charmworld/bac-tag-constraints

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Curtis Hovey
  • Date: 2013-06-28 20:56:31 UTC
  • mto: This revision was merged to the branch mainline in revision 289.
  • Revision ID: curtis@canonical.com-20130628205631-asclo8zn7sn8wo2d
Added a script for the dequeue entry point.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
      main = charmworld:main
35
35
      [console_scripts]
36
36
      enqueue = charmworld.jobs.lp:main
 
37
      dequeue = charmworld.jobs.lp:dequeue
37
38
      ingest-queued = charmworld.jobs.worker:main
38
39
      migrations = migrations.migrate:main
39
40
      es-update = charmworld.search:update_main