~avladu/charm-tools/add-powershell-charm-template

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Marco Ceppi
  • Date: 2014-06-23 13:30:11 UTC
  • mfrom: (331.1.1 1.3)
  • Revision ID: marco@ceppi.net-20140623133011-zw8dne8w0xe3bybm
[tvansteenburgh] Create charm symlinks dynamically when charm is created. Ensure charmhelpers destination path exists before syncing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
setup(
15
15
    name='charm-tools',
16
16
    version="1.3.1",
17
 
    packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
 
17
    packages=find_packages(
 
18
        exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
18
19
    install_requires=['launchpadlib', 'argparse', 'cheetah', 'pyyaml',
19
20
                      'pycrypto', 'paramiko', 'bzr', 'requests',
20
21
                      'charmworldlib'],