39f82e85ba
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: Ib15e61ce3edf6f2694795167c85d40457bf11292
27 lines
679 B
INI
27 lines
679 B
INI
[metadata]
|
|
name = tempest
|
|
version = 2014.1
|
|
summary = OpenStack Integration Testing
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack QA
|
|
author-email = openstack-qa@lists.openstack.org
|
|
home-page = http://www.openstack.org/
|
|
classifier =
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
Intended Audience :: Developers
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 2
|
|
Programming Language :: Python :: 2.7
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|
|
|
|
[wheel]
|
|
universal = 1
|