Flavio Percoco 7b04f8d33d Fix development classifier
Change-Id: Ie7735ac7b17cf5c9b4b6771ae022152476b1835a
2014-08-05 08:09:21 +02:00

57 lines
1.4 KiB
INI

[metadata]
name = glance.store
summary = OpenStack Image Service Store Library
description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = http://www.openstack.org/
classifier =
Development Status :: 3 - Alpha
Environment :: OpenStack
Intended Audience :: Developers
Intended Audience :: Information Technology
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
[files]
packages =
glance
namespace_packages =
glance
[entry_points]
glance.store.drivers =
file = glance.store._drivers.filesystem:Store
http = glance.store._drivers.http:Store
swift = glance.store._drivers.swift:Store
vmware = glance.store._drivers.vmware_datastore:Store
# TESTS ONLY
no_conf = glance.store.tests.fakes:UnconfigurableStore
[build_sphinx]
source-dir = doc/source
build-dir = doc/build
all_files = 1
[upload_sphinx]
upload-dir = doc/build/html
[compile_catalog]
directory = glance.store/locale
domain = glance.store
[update_catalog]
domain = glance.store
output_dir = glance.store/locale
input_file = glance.store/locale/glance.store.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = glance.store/locale/glance.store.pot