| [metadata] |
| name = turbo-hipster |
| summary = A set of CI tools for openstack |
| description-file = README.md |
| author = Rackspace Australia |
| author-email = joshua.hesketh@rackspace.com |
| classifier = |
| Intended Audience :: Information Technology |
| Intended Audience :: System Administrators |
| License :: OSI Approved :: Apache Software License |
| Operating System :: POSIX :: Linux |
| Programming Language :: Python |
| Programming Language :: Python :: 2 |
| Programming Language :: Python :: 2.7 |
| Programming Language :: Python :: 2.6 |
| |
| [files] |
| packages = |
| turbo_hipster |
| |
| [pbr] |
| warnerrors = True |
| |
| [global] |
| setup-hooks = |
| pbr.hooks.setup_hook |
| |
| [entry_points] |
| console_scripts = |
| turbo-hipster = turbo_hipster.worker_server:main |
| |
| [build_sphinx] |
| source-dir = doc/source |
| build-dir = doc/build |
| all_files = 1 |