turbo-hipster/setup.cfg
2013-08-12 10:21:09 +10:00

32 lines
774 B
INI

[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
[pbr]
warnerrors = True
[global]
setup-hooks =
pbr.hooks.setup_hook
[entry_points]
console_scripts =
worker_server = turbo_hipster.worker_server:main
[build_sphinx]
source-dir = doc/source
build-dir = doc/build
all_files = 1