bindep/setup.cfg

54 lines
1.8 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 :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: Implementation :: CPython
Topic :: Software Development :: Quality Assurance
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