goal-tools/setup.cfg
Doug Hellmann 48ca9c1ffd start who-helped command line tool
cliff gives us multiple output formatters for the commands

Change-Id: I1fce9edb49d6287cdafedd8851289f9ecc212fcd
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-04-29 20:12:49 -04:00

36 lines
876 B
INI

[metadata]
name = goal-tools
author = OpenStack
author-email = openstack-dev@lists.openstack.org
summary = OpenStack Community-wide Goal Tools
description-file =
README.rst
home-page = https://governance.openstack.org/tc/goals/index.html
classifier =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
[files]
packages =
goal_tools
[global]
setup-hooks =
pbr.hooks.setup_hook
[entry_points]
console_scripts =
import-goal = goal_tools.import_goal:main
who-helped = goal_tools.who_helped.main:main
who_helped =
contributors list = goal_tools.who_helped.contributors:ListContributors
[wheel]
universal = 1