
We're already testing with them; may as well affirmatively declare support. Change-Id: I5824c7fd7c68a03d3b219db7a2d9435727373858
59 lines
2.0 KiB
INI
59 lines
2.0 KiB
INI
[metadata]
|
|
name = bindep
|
|
summary = Binary dependency utility
|
|
long_description = file: README.rst
|
|
long_description_content_type = text/x-rst; charset=UTF-8
|
|
author = OpenDev Contributors
|
|
author_email = service-discuss@lists.opendev.org
|
|
url = https://docs.opendev.org/opendev/bindep
|
|
project_urls =
|
|
Browse Source = https://opendev.org/opendev/bindep
|
|
Bug Reporting = https://storyboard.openstack.org/#!/project/opendev/bindep
|
|
Documentation = https://docs.opendev.org/opendev/bindep
|
|
Git Clone URL = https://opendev.org/opendev/bindep
|
|
License Texts = https://opendev.org/opendev/bindep/src/branch/master/LICENSE
|
|
Release Notes = https://docs.opendev.org/opendev/bindep/latest/releasenotes.html
|
|
keywords = binary dependency distribution distro package commandline
|
|
license = Apache License, Version 2.0
|
|
license_files =
|
|
AUTHORS
|
|
LICENSE
|
|
classifier =
|
|
Development Status :: 5 - Production/Stable
|
|
Environment :: Console
|
|
Intended Audience :: Developers
|
|
Intended Audience :: Information Technology
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: MacOS :: MacOS X
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.6
|
|
Programming Language :: Python :: 3.7
|
|
Programming Language :: Python :: 3.8
|
|
Programming Language :: Python :: 3.9
|
|
Programming Language :: Python :: 3.10
|
|
Programming Language :: Python :: 3.11
|
|
Programming Language :: Python :: Implementation :: CPython
|
|
Topic :: Software Development :: Quality Assurance
|
|
Topic :: Software Development :: Testing
|
|
Topic :: System :: Archiving :: Packaging
|
|
Topic :: Utilities
|
|
python_requires = >=3.6
|
|
|
|
[files]
|
|
packages = bindep
|
|
|
|
[pbr]
|
|
warnerrors = True
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
bindep = bindep.__main__:main
|
|
|
|
[flake8]
|
|
# E123, E125 skipped as they are invalid PEP-8.
|
|
show-source = True
|
|
ignore = E123,E125,E129,H,W503,W504
|
|
builtins = _
|
|
exclude=.venv,.git,.nox,.tox,dist,doc,*lib/python*,*egg,build
|