
1) Add git review file 2) Fix tox configratuion & couple of pep mistakes to pass pep8 3) Fix coverage to avoid oslo code 4) Fix generation of docs Change-Id: I20933d8a8c6004b618960f0ad61a71ea10b488cd
36 lines
823 B
INI
36 lines
823 B
INI
[metadata]
|
|
name = logaas
|
|
version = 0.0.1
|
|
summary = Logging as a Service
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-dev@lists.openstack.org
|
|
home-page = http://www.openstack.org/
|
|
classifier =
|
|
Environment :: OpenStack
|
|
Intended Audience :: Developers
|
|
Intended Audience :: Information Technology
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 2
|
|
Programming Language :: Python :: 2.6
|
|
Programming Language :: Python :: 2.7
|
|
|
|
[files]
|
|
packages =
|
|
logaas
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
logaas-manage = logaas.cmd.manage:main
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source |