Setup translation for this repo as django project following the common setup as documented in http://specs.openstack.org/openstack-infra/infra-specs/specs/translation_setup.html This adds the django babel files and removes the default one which will not work with django. Fixed package name, all python files are in ironic_ui, so package name needs to be ironic_ui, not ironic-ui. Change-Id: I8482a1896f16b4ed19a1117c7afc583bba5e13fb
33 lines
906 B
INI
33 lines
906 B
INI
[metadata]
|
|
name = ironic-ui
|
|
summary = cIronic plugin UI for Horizon to allow users to view and manage bare metal nodes, ports and drivers.
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-dev@lists.openstack.org
|
|
home-page = http://www.openstack.org/
|
|
classifier =
|
|
Environment :: OpenStack
|
|
Intended Audience :: Information Technology
|
|
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
|
|
Programming Language :: Python :: 3.3
|
|
Programming Language :: Python :: 3.4
|
|
|
|
[files]
|
|
packages =
|
|
ironic_ui
|
|
|
|
[build_sphinx]
|
|
source-dir = doc/source
|
|
build-dir = doc/build
|
|
all_files = 1
|
|
|
|
[upload_sphinx]
|
|
upload-dir = doc/build/html
|