aa018ee787
Now that bindep works with Python 3.4 and 3.5 as well as 2.7, start making its wheels universal so they can be used for any of these. Also update our trove classifiers to include Python 3.5 as supported. Change-Id: I7c70592e0e4a3464471d9a8c4ef9623cc9afd937
48 lines
1.2 KiB
INI
48 lines
1.2 KiB
INI
[metadata]
|
|
name = bindep
|
|
summary = Binary dependency utility
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack Developer Community
|
|
author-email = openstack-dev@lists.openstack.org
|
|
home-page = http://docs.openstack.org/infra/bindep
|
|
classifier =
|
|
Development Status :: 5 - Production/Stable
|
|
Environment :: Console
|
|
Environment :: OpenStack
|
|
Intended Audience :: Developers
|
|
Intended Audience :: Information Technology
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python :: 2.7
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.4
|
|
Programming Language :: Python :: 3.5
|
|
Programming Language :: Python :: Implementation :: CPython
|
|
Programming Language :: Python :: Implementation :: PyPy
|
|
Topic :: Software Development :: Testing
|
|
Topic :: System :: Archiving :: Packaging
|
|
Topic :: Utilities
|
|
|
|
[files]
|
|
packages =
|
|
bindep
|
|
|
|
[pbr]
|
|
warnerrors = True
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
bindep = bindep.main:main
|
|
|
|
[wheel]
|
|
universal = 1
|
|
|
|
[build_sphinx]
|
|
source-dir = doc/source
|
|
build-dir = doc/build
|
|
all_files = 1
|
|
|
|
[upload_sphinx]
|
|
upload-dir = doc/build/html
|