Doug Hellmann df65c2562e add 'show member' command
Dump a little information about the foundation member to prove that we
are fetching data.

Change-Id: Ic0f8cba5cb2523fd1ca8589eea1fead6e7b22d54
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-05-01 11:35:14 -04:00

37 lines
935 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
member show = goal_tools.who_helped.members:ShowMember
[wheel]
universal = 1