~canonical-ci-engineering/core-image-watcher/trunk

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Ubuntu CI Bot
  • Author(s): Parameswaran Sivatharman
  • Date: 2015-03-27 01:33:16 UTC
  • mfrom: (4.1.12 core-image-watcher)
  • Revision ID: ubuntu_ci_bot-20150327013316-ldaukzomlp80lheu
Image watcher component to publish messages to a rabbit queue when there is a new image present in the core image server. [r=Celso Providelo, Thomi Richards]

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
    url='https://launchpad.net/core-image-watcher',
37
37
    license='GPLv3',
38
38
    packages=find_packages(),
 
39
    test_suite='core_image_watcher.tests',  
39
40
    scripts=['core-image-watcher.py']
40
41
)