manila-ui/setup.cfg
Ben Swartzlander f6723b5a16 Switch to post-versioning
Remove the version setting from setup.cfg to rely on git tags to produce
the version information. pbr will update the package metadata properly
based on the tag and the current commit, so there is no need to be
explicit about post-versioning versions in setup.cfg.

Change-Id: I007a6206951aff09d2358ac97cf1b060c42bb7ad
2015-07-09 15:51:55 -04:00

48 lines
1.2 KiB
INI

[metadata]
name = manila-ui
summary = Manila Management Dashboard
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 :: 2.6
Programming Language :: Python :: 3
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
[files]
packages =
manila_ui
[build_sphinx]
source-dir = doc/source
build-dir = doc/build
all_files = 1
[upload_sphinx]
upload-dir = doc/build/html
[compile_catalog]
directory = manila_ui/locale
domain = manila-ui
[update_catalog]
domain = manila-ui
output_dir = manila_ui/locale
input_file = manila_ui/locale/manila-ui.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = manila_ui/locale/manila-ui.pot