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 | |
Joshua Hesketh | 3ce439b | 2013-08-21 12:18:10 +1000 | [diff] [blame^] | 17 | [files] |
| 18 | packages = |
| 19 | turbo_hipster |
| 20 | |
Joshua Hesketh | 27a0e27 | 2013-08-12 10:21:09 +1000 | [diff] [blame] | 21 | [pbr] |
| 22 | warnerrors = True |
| 23 | |
| 24 | [global] |
| 25 | setup-hooks = |
| 26 | pbr.hooks.setup_hook |
| 27 | |
| 28 | [entry_points] |
| 29 | console_scripts = |
Joshua Hesketh | 3ce439b | 2013-08-21 12:18:10 +1000 | [diff] [blame^] | 30 | turbo-hipster = turbo_hipster.worker_server:main |
Joshua Hesketh | 27a0e27 | 2013-08-12 10:21:09 +1000 | [diff] [blame] | 31 | |
| 32 | [build_sphinx] |
| 33 | source-dir = doc/source |
| 34 | build-dir = doc/build |
| 35 | all_files = 1 |