goal-tools/setup.cfg
Doug Hellmann aff3aa9555 add 'contributions distinct' command
Add a tool to find sets of distinct values within a data set.

Change-Id: I193ef507e3e3a688508c2902673cb9327f4e528c
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-05-01 14:49:54 -04:00

43 lines
1.2 KiB
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 =
contributions list = goal_tools.who_helped.contributions:ListContributions
contributions summarize = goal_tools.who_helped.summarize:SummarizeContributions
contributions distinct = goal_tools.who_helped.distinct:DistinctContributions
member show = goal_tools.who_helped.members:ShowMember
changes query = goal_tools.who_helped.changes:QueryChanges
cache remove = goal_tools.who_helped.cache:CacheRemove
cache show = goal_tools.who_helped.cache:CacheShow
[wheel]
universal = 1