mox3/setup.cfg
ChangBo Guo(gcb) c827041f76 Remove Python 2.6 classifier
We have decided to remove Python 2.6 support, this commit
removes Python 2.6 classifier before dropping any Python
2.6 support in code.

Change-Id: I162f4cfc48110d2e54bbfbec2746eb05b6254b0e
2015-11-17 17:11:05 +08:00

30 lines
677 B
INI

[metadata]
name = mox3
summary = Mock object framework for Python
description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = http://www.openstack.org/
classifiers =
Environment :: OpenStack
Programming Language :: Python
License :: OSI Approved :: Apache Software License
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Operating System :: OS Independent
Development Status :: 4 - Beta
Intended Audience :: Developers
Topic :: Software Development :: Testing
[files]
packages =
mox3
[wheel]
universal = 1
[global]
setup-hooks =
pbr.hooks.setup_hook