github.com/juju/juju@v0.0.0-20240430160146-1752b71fcf00/scripts/juju-txn-helper/setup.py (about)

     1  #!/usr/bin/env python3
     2  
     3  from distutils.core import setup
     4  
     5  setup(name='juju_txn_helper',
     6        version='0.1',
     7        description='Juju transaction helper library',
     8        author='Paul Goins (Canonical Ltd)',
     9        author_email='paul.goins@canonical.com',
    10        url='https://code.launchpad.net/~vultaire/+git/juju_txn_helper',
    11        scripts=['txn_helper.py'],
    12       )