2014-06-10 11:41:02 +00:00
|
|
|
[metadata]
|
|
|
|
name = mistral-dashboard
|
|
|
|
summary = Mistral dashboard
|
|
|
|
description-file = README.rst
|
|
|
|
license = Apache License, Version 2.0
|
|
|
|
classifiers =
|
|
|
|
Programming Language :: Python
|
|
|
|
Programming Language :: Python :: 2
|
|
|
|
Programming Language :: Python :: 2.7
|
2018-04-26 12:39:27 +00:00
|
|
|
Programming Language :: Python :: 3
|
2019-04-14 23:33:43 +00:00
|
|
|
Programming Language :: Python :: 3.6
|
2014-06-10 11:41:02 +00:00
|
|
|
Environment :: OpenStack
|
|
|
|
Intended Audience :: Information Technology
|
|
|
|
Intended Audience :: System Administrators
|
|
|
|
License :: OSI Approved :: Apache Software License
|
|
|
|
Operating System :: POSIX :: Linux
|
2017-06-05 19:11:41 +00:00
|
|
|
author = OpenStack
|
2018-12-04 19:02:53 +00:00
|
|
|
author-email = openstack-discuss@lists.openstack.org
|
2017-08-07 11:26:05 +00:00
|
|
|
home-page = https://docs.openstack.org/mistral/latest/
|
2014-06-10 11:41:02 +00:00
|
|
|
|
|
|
|
[global]
|
|
|
|
setup-hooks =
|
|
|
|
pbr.hooks.setup_hook
|
|
|
|
|
|
|
|
[files]
|
|
|
|
packages =
|
|
|
|
mistraldashboard
|
|
|
|
|
|
|
|
[build_sphinx]
|
|
|
|
source-dir = doc/source
|
|
|
|
build-dir = doc/build
|
|
|
|
all_files = 1
|
2016-09-20 11:22:58 +00:00
|
|
|
|
|
|
|
[upload_sphinx]
|
|
|
|
upload-dir = doc/build/html
|