aboutsummaryrefslogtreecommitdiffstats
path: root/moon_dashboard/setup.cfg
blob: f68765dd02d311db98aeabc1cc0650410306f6b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[metadata]
name = moon
version=1.2.0
summary = A dashboard plugin for Moon
description-file =
    README.rst
author = Jonathan Gourdin
author_email = jonathan.gourdin@orange.com
home-page = https://docs.openstack.org/horizon/latest/
classifiers = [
    Environment :: OpenStack
    Framework :: Django
    Intended Audience :: Developers
    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
    Programming Language :: Python :: 3.5

[files]
packages =
    moon