4a1487ec58
This reverts commit 9d460a44e4
.
The patch being reverted should not have been merged, because
setting universal to True is used to claim in-place python 2/3
compatibility in Wheel packages.
We don't support python 3 yet, so we must not claim the opposite
here (as this would harm end users as soon as we start uploading
Wheel packages to PyPi).
Please see the following links for details:
- http://pythonwheels.com/
- http://lists.openstack.org/pipermail/openstack-dev/2013-November/020059.html
Change-Id: I73106d2a1752fa8ee11694c6d9c123a953e6c462
35 lines
796 B
INI
35 lines
796 B
INI
[metadata]
|
|
name = os-collect-config
|
|
author = OpenStack
|
|
author-email = openstack-dev@lists.openstack.org
|
|
summary = Collect and cache metadata, run hooks on changes.
|
|
description-file =
|
|
README.rst
|
|
home-page = http://git.openstack.org/cgit/openstack/os-collect-config
|
|
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 =
|
|
os_collect_config
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
os-collect-config = os_collect_config.collect:__main__
|
|
|
|
[egg_info]
|
|
tag_build =
|
|
tag_date = 0
|
|
tag_svn_revision = 0
|