git-nit/setup.cfg

33 lines
884 B
INI

[metadata]
name = git-nit
summary = Tool to simplify making minor changes to patches in gerrit
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 = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = https://github.com/dhellmann/git-nit
project-url = https://github.com/dhellmann/git-nit
[files]
packages =
git_nit
[entry_points]
console_scripts =
git-nit = git_nit.cmd:main
[wheel]
universal = 1