Files
storlets/setup.cfg
Kota Tsuyuzaki c43937cb5d Create unittest runner env for storlet_middleware
This patch enables to run a few unitttest for storlet_middleware
for OpenStack Swift with similer way of native Swift middleware
in tox environment.

N.B. To enable this, this patch changes a few things in the setup.cfg
in the top of directories but this doesn't care whole things for
python software packaging so...

TODO: Review and Fix setup.cfg to be correct packaging info

Change-Id: I8210af17300c7f3d664d858d54fd804dcd300fae
2015-12-16 02:03:20 -08:00

49 lines
1.3 KiB
INI

[metadata]
name = storlets
summary = Middleware and Compute Engine for an OpenStack Swift compute framework that runs compute within a Swift cluster
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 =
storlet_middleware
storlet_gateway
[build_sphinx]
source-dir = doc/source
build-dir = doc/build
all_files = 1
[upload_sphinx]
upload-dir = doc/build/html
[compile_catalog]
directory = storlets/locale
domain = storlets
[update_catalog]
domain = storlets
output_dir = storlets/locale
input_file = storlets/locale/storlets.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = storlets/locale/storlets.pot