Joshua Hesketh | 27a0e27 | 2013-08-12 10:21:09 +1000 | [diff] [blame] | 1 | [metadata] |
| 2 | name = turbo-hipster |
| 3 | summary = A set of CI tools for openstack |
| 4 | description-file = README.md |
| 5 | author = Rackspace Australia |
| 6 | author-email = joshua.hesketh@rackspace.com |
| 7 | classifier = |
| 8 | Intended Audience :: Information Technology |
| 9 | Intended Audience :: System Administrators |
| 10 | License :: OSI Approved :: Apache Software License |
| 11 | Operating System :: POSIX :: Linux |
| 12 | Programming Language :: Python |
| 13 | Programming Language :: Python :: 2 |
| 14 | Programming Language :: Python :: 2.7 |
| 15 | Programming Language :: Python :: 2.6 |
| 16 | |
| 17 | [pbr] |
| 18 | warnerrors = True |
| 19 | |
| 20 | [global] |
| 21 | setup-hooks = |
| 22 | pbr.hooks.setup_hook |
| 23 | |
| 24 | [entry_points] |
| 25 | console_scripts = |
| 26 | worker_server = turbo_hipster.worker_server:main |
| 27 | |
| 28 | [build_sphinx] |
| 29 | source-dir = doc/source |
| 30 | build-dir = doc/build |
| 31 | all_files = 1 |