~jcsackett/charmworld/bac-tag-constraints

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Rick Harding
  • Date: 2013-01-30 16:35:32 UTC
  • mto: This revision was merged to the branch mainline in revision 133.
  • Revision ID: rick.harding@canonical.com-20130130163532-zo47nhibs846gsb2
make it so

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
      main = charmworld:main
35
35
      [console_scripts]
36
36
      migrations = migrations.migrate:main
 
37
      [beaker.backends]
 
38
      mongodb = mongodb_beaker:MongoDBNamespaceManager
37
39
      """,
38
40
      paster_plugins=['pyramid'],
39
41
      )