fc3033db0a
Now that we are running the Victoria tests that include a voting py38, we can now add the Python 3.8 metadata to the package information to reflect that support. Change-Id: I03c16d54a670974e5949b25240011ddfc10f95f8 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
31 lines
827 B
INI
31 lines
827 B
INI
[metadata]
|
|
name = mistral-dashboard
|
|
summary = Mistral dashboard
|
|
description-file = README.rst
|
|
license = Apache License, Version 2.0
|
|
classifiers =
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.6
|
|
Programming Language :: Python :: 3.7
|
|
Programming Language :: Python :: 3.8
|
|
Environment :: OpenStack
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
author = OpenStack
|
|
author-email = openstack-discuss@lists.openstack.org
|
|
home-page = https://docs.openstack.org/mistral/latest/
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[files]
|
|
packages =
|
|
mistraldashboard
|
|
|
|
[upload_sphinx]
|
|
upload-dir = doc/build/html
|