oslo.version/setup.cfg
Sascha Peilicke acf5eb4090 Support building wheels (PEP-427)
Universal is used to identify pure-Python module(by bdist_wheel). For
these, it is sufficient to build a wheel with _any_ Python ABI version
and publish that to PyPI (by whatever means).

Change-Id: Ia277504b291412553981e52bcca1ea9f6bd09b3f
2014-02-07 11:30:25 +01:00

28 lines
656 B
INI

[metadata]
name = oslo.version
author = OpenStack
author-email = openstack-dev@lists.openstack.org
summary = Oslo Version API
description-file =
README.rst
home-page = http://pypi.python.org/pypi/oslo
requires-python = >=2.6
classifier =
Development Status :: 4 - Beta
Environment :: Console
Environment :: OpenStack
Intended Audience :: Developers
Intended Audience :: Information Technology
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python
[files]
packages =
oslo
namespace_packages =
oslo
[wheel]
universal = 1