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 |
Joshua Hesketh | 0e471a7 | 2013-09-17 13:34:37 +1000 | [diff] [blame] | 7 | url = https://github.com/rcbau/turbo-hipster |
Joshua Hesketh | 27a0e27 | 2013-08-12 10:21:09 +1000 | [diff] [blame] | 8 | classifier = |
| 9 | Intended Audience :: Information Technology |
| 10 | Intended Audience :: System Administrators |
| 11 | License :: OSI Approved :: Apache Software License |
| 12 | Operating System :: POSIX :: Linux |
| 13 | Programming Language :: Python |
| 14 | Programming Language :: Python :: 2 |
| 15 | Programming Language :: Python :: 2.7 |
| 16 | Programming Language :: Python :: 2.6 |
| 17 | |
Joshua Hesketh | 3ce439b | 2013-08-21 12:18:10 +1000 | [diff] [blame] | 18 | [files] |
| 19 | packages = |
| 20 | turbo_hipster |
| 21 | |
Joshua Hesketh | 27a0e27 | 2013-08-12 10:21:09 +1000 | [diff] [blame] | 22 | [pbr] |
| 23 | warnerrors = True |
| 24 | |
Joshua Hesketh | 27a0e27 | 2013-08-12 10:21:09 +1000 | [diff] [blame] | 25 | [entry_points] |
| 26 | console_scripts = |
Joshua Hesketh | 6f81333 | 2014-01-05 15:41:39 +1100 | [diff] [blame] | 27 | turbo-hipster = turbo_hipster.cmd.server:main |
Joshua Hesketh | cba1c72 | 2014-01-05 15:43:13 +1100 | [diff] [blame] | 28 | turbo-hipster-analyse = turbo_hipster.cmd.analyse_historical:main |
| 29 | turbo-hipster-report = turbo_hipster.cmd.report_historical:main |
| 30 | turbo-hipster-queue-logger = turbo_hipster.cmd.queue_logger: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 |