d3680e477d
This is a mechanically generated patch to update a unit test job running under Python 3 See ML discussion here [1] for context. [1] http://lists.openstack.org/pipermail/openstack-dev/2018-October/135626.html Change-Id: Ib8498d9a06c511cc1bce3d4ab5db520b992d8cd7 Story: #2004073 Task: #27445
39 lines
1.1 KiB
INI
39 lines
1.1 KiB
INI
[metadata]
|
|
name = os-performance-tools
|
|
summary = Python scripts for use in OpenStack's QA process
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-discuss@lists.openstack.org
|
|
home-page = https://docs.openstack.org/os-performance-tools/latest/
|
|
classifier =
|
|
Environment :: OpenStack
|
|
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 :: 3
|
|
Programming Language :: Python :: 3.6
|
|
Programming Language :: Python :: 3.7
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
os-collect-counters = os_performance_tools.collect:main
|
|
subunit2sql.target =
|
|
os_counters_statsd = os_performance_tools.counters2statsd:AttachmentResult
|
|
|
|
[files]
|
|
packages =
|
|
os_performance_tools
|
|
|
|
[build_sphinx]
|
|
source-dir = doc/source
|
|
build-dir = doc/build
|
|
all_files = 1
|
|
|
|
[upload_sphinx]
|
|
upload-dir = doc/build/html
|