[console_scripts]
assign-task = goal_tools.assign_task:main
find-story = goal_tools.find_story:main
import-goal = goal_tools.import_goal:main
list-tasks = goal_tools.list_tasks:main
python3-first = goal_tools.python3_first.main:main
update-tasks = goal_tools.update_tasks:main
who-helped = goal_tools.who_helped.main:main

[python3_first]
jobs add lib = goal_tools.python3_first.jobs:JobsAddLibForwardTestingPy3
jobs add py35 = goal_tools.python3_first.jobs:JobsAddPy35
jobs add py36 = goal_tools.python3_first.jobs:JobsAddPy36
jobs extract = goal_tools.python3_first.jobs:JobsExtract
jobs retain = goal_tools.python3_first.jobs:JobsRetain
jobs switch docs = goal_tools.python3_first.jobs:JobsSwitchDocs
jobs switch packaging = goal_tools.python3_first.jobs:JobsSwitchPackaging
jobs update = goal_tools.python3_first.jobs:JobsUpdate
migration announce = goal_tools.python3_first.repos:MigrationAnnounce
patches count = goal_tools.python3_first.patches:PatchesCount
patches list = goal_tools.python3_first.patches:PatchesList
repos clone = goal_tools.python3_first.repos:ReposClone
repos list = goal_tools.python3_first.repos:ReposList
tox fix = goal_tools.python3_first.toxsettings:ToxFixMissingPy3
tox missing = goal_tools.python3_first.toxsettings:ToxMissingPy3
wheel missing = goal_tools.python3_first.wheelsettings:WheelMissingUniversal

[who_helped]
cache remove = goal_tools.who_helped.cache:CacheRemove
cache show = goal_tools.who_helped.cache:CacheShow
changes query = goal_tools.who_helped.changes:QueryChanges
contributions distinct = goal_tools.who_helped.distinct:DistinctContributions
contributions list = goal_tools.who_helped.contributions:ListContributions
contributions matrix = goal_tools.who_helped.matrix:MatrixContributions
contributions query = goal_tools.who_helped.sql:QueryContributions
contributions summarize = goal_tools.who_helped.summarize:SummarizeContributions
database create = goal_tools.who_helped.sql:DBCreate
member show = goal_tools.who_helped.members:ShowMember
review show = goal_tools.who_helped.review:ReviewShow
team show = goal_tools.who_helped.team:ShowTeam
top list = goal_tools.who_helped.top:TopN

