
add rudimentary documentation skeleton dummy out the py33 check until we figure out how to handle it with thrift & eventlet Change-Id: I16cb41e72ed6ae296e574ff4973a5ab28d49a100
40 lines
893 B
INI
40 lines
893 B
INI
[metadata]
|
|
name = tomograph
|
|
summary = Tiny tims tracing tomograph
|
|
description-file =
|
|
README.md
|
|
author = Tomograph Developers
|
|
author-email = timjr@yahoo-inc.com
|
|
classifier =
|
|
Development Status :: 3 - Alpha Development Status
|
|
Environment :: OpenStack
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: Developers
|
|
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
|
|
Programming Language :: Python :: 3.3
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[files]
|
|
packages =
|
|
tomograph
|
|
|
|
[nosetests]
|
|
cover-erase = true
|
|
verbosity = 2
|
|
|
|
[build_sphinx]
|
|
source-dir = doc/source
|
|
build-dir = doc/build
|
|
all_files = 1
|
|
|
|
[upload_sphinx]
|
|
upload-dir = docs/build/html
|