288bbd3b18
This patch provides tox support. Note: Basically flake8 section follows monasca-api's ignore rule except H404. H405: multi line docstring summary not separated with an empty line Change-Id: Iac8d5516a66226a7b3fface95059c5e238e8cb72
41 lines
988 B
INI
41 lines
988 B
INI
[metadata]
|
|
name = monanas
|
|
#name = monasca-analytics
|
|
|
|
summary = Monanas - Monasca Analytics
|
|
description-file =
|
|
README.md
|
|
author = OpenStack
|
|
author-email = openstack-dev@lists.openstack.org
|
|
home-page = https://launchpad.net/monasca
|
|
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
|
|
|
|
[files]
|
|
packages =
|
|
monasca_analytics
|
|
test
|
|
|
|
#data_files =
|
|
# etc/monasca =
|
|
# etc/monasca/analytics-config.conf
|
|
# etc/monasca/analytics-config.ini
|
|
|
|
[entry_points]
|
|
#console_scripts =
|
|
# monasca-analytics = monasca_analytics.server:launch
|
|
#
|
|
#tempest.test_plugins =
|
|
# monasca_analytics_tests = monasca_analytics_tests.plugin:MonascaAnalyticsTempestPlugin
|
|
|
|
[pbr]
|
|
warnerrors = True
|
|
|