29 lines
802 B
INI
29 lines
802 B
INI
[metadata]
|
|
name = git-os-job
|
|
summary = Show the OpenStack job logs for a commit
|
|
description-file = README.rst
|
|
license = Apache License (2.0)
|
|
classifiers =
|
|
Programming Language :: Python :: 2
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python
|
|
Development Status :: 5 - Production/Stable
|
|
Environment :: Console
|
|
Environment :: OpenStack
|
|
Intended Audience :: Developers
|
|
Intended Audience :: Information Technology
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: OS Independent
|
|
keywords = git gerrit review
|
|
author = Doug Hellmann
|
|
author-email = doug.hellmann@dreamhost.com
|
|
home-page = https://github.com/dhellmann/git-os-job
|
|
|
|
[files]
|
|
packages =
|
|
git_os_job
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
git-os-job = git_os_job.cmd:main
|