grafyaml/setup.cfg
Clark Boylan 0a344201a2 Move grafyaml to Bookworm and python 3.11
This updates python testing to py311, adjusts the trove identifiers to
match, and switches the docker file to using python3.11 on Bookworm.

The motivation behind this is once OpenDev has updated all services to
Bookworm and python3.11 the old bullseye images and images for older
python versions can be cleaned up.

Change-Id: I3dde845ba05bfec915e19c44959c187162254204
2023-09-19 11:06:20 -07:00

43 lines
1.1 KiB
INI

[metadata]
name = grafyaml
summary = Grafyaml takes simple descriptions of Grafana dashboards in YAML format, and uses them to configure grafana.
description-file =
README.rst
author = OpenStack Infrastructure Team
author-email = openstack-infra@lists.openstack.org
home-page = http://docs.openstack.org/infra/system-config/grafyaml.html
classifier =
Development Status :: 3 - Alpha
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.11
Topic :: Utilities
[files]
packages =
grafana_dashboards
[build_sphinx]
source-dir = doc/source
build-dir = doc/build
all_files = 1
[entry_points]
console_scripts =
grafana-dashboard=grafana_dashboards.cmd:main
[pbr]
warnerrors = True
[upload_sphinx]
upload-dir = doc/build/html
[wheel]
universal = 1