~ubuntu-branches/ubuntu/quantal/mago/quantal

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Bazaar Package Importer
  • Author(s): Ara Pulido
  • Date: 2010-12-03 16:08:32 UTC
  • Revision ID: james.westby@ubuntu.com-20101203160832-97pz2nxwmo54iwfk
Tags: 0.3-0ubuntu3
* Updated from trunk
 + Added new applications to our tests base
 + Fixes LP: #682845 

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
    packages = ["mago",
102
102
                "mago.application",
103
103
                "mago.cmd",
104
 
                "mago.test_suite"],
 
104
                "mago.test_suite",
 
105
                "mago.backend"],
105
106
    cmdclass = {
106
107
        "install_data": testing_install_data,
107
108
        "install_scripts": testing_install_scripts,