~juju/ubuntu/quantal/juju/0.6

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Bazaar Package Importer
  • Author(s): Clint Byrum
  • Date: 2011-10-09 09:50:34 UTC
  • mto: (10.1.1 precise)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20111009095034-wqzww7z4tx2n0x43
Tags: upstream-0.5+bzr398
ImportĀ upstreamĀ versionĀ 0.5+bzr398

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
    url="https://launchpad.net/juju",
31
31
    license="GPL",
32
32
    packages=find_packages(),
 
33
    package_data={"juju.lib.lxc": ["data/juju-create", "data/lxc.conf"]},
33
34
    scripts=glob("./bin/*"),
34
35
    classifiers=[
35
36
        "Development Status :: 4 - Beta",