File: setup.cfg

package info (click to toggle)
senlin-dashboard 8.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,760 kB
  • sloc: javascript: 5,843; python: 3,551; makefile: 34; sh: 3
file content (29 lines) | stat: -rw-r--r-- 832 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[metadata]
name = senlin-dashboard
summary = Senlin 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
    Programming Language :: Python :: 3.9
    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/senlin-dashboard/latest/

[global]
setup-hooks =
    pbr.hooks.setup_hook

[files]
packages =
    senlin_dashboard