swift3/setup.cfg
MORITA Kazutaka ee9f9aad99 Use openstack.nose_plugin for tests
With this change, we get similar nosetest output as other OpenStack projects do.

Change-Id: I0f6692e4cfef04c4fdea8a7a65ad6b73468f7c44
2014-04-18 15:50:12 +09:00

41 lines
970 B
INI

[metadata]
name = swift3
version = 1.7.0
summary = Swift AmazonS3 API emulation Middleware
description-file =
README.md
author = OpenStack Foundation
author-email = openstack-dev@lists.openstack.org
home-page = https://github.com/stackforge/swift3
classifier =
Development Status :: 5 - Production/Stable
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.6
Programming Language :: Python :: 2.7
[pbr]
skip_authors = True
skip_changelog = True
[files]
packages =
swift3
[entry_points]
paste.filter_factory =
swift3 = swift3.middleware:filter_factory
[nosetests]
exe = 1
verbosity = 2
detailed-errors = 1
cover-package = swift3
cover-html = true
cover-erase = true