~makyo/juju-deployer/machines-and-placement

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Kapil Thangavelu
  • Date: 2014-02-22 23:11:02 UTC
  • Revision ID: kapil@canonical.com-20140222231102-27q38vxf6hlmp4fz
fix use of env error, log env name on deploy, incr rev

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
setup(
8
8
    name="juju-deployer",
9
 
    version="0.3.2",
 
9
    version="0.3.4",
10
10
    description="A tool for deploying complex stacks with juju.",
11
11
    long_description=open("README").read(),
12
12
    author="Kapil Thangavelu",