[console_scripts]
add_common_constraint = edx_repo_tools.add_common_constraint:main
add_django32_settings = edx_repo_tools.codemods.django3.add_new_django32_settings:main
clone_org = edx_repo_tools.dev.clone_org:main
conventional_commits = edx_repo_tools.conventional_commits.commitstats:main
drip = edx_repo_tools.drip_survey:cli
get_org_repo_urls = edx_repo_tools.dev.get_org_repo_urls:main
modernize_github_actions = edx_repo_tools.codemods.django3.github_actions_modernizer:main
modernize_github_actions_django = edx_repo_tools.codemods.django3.github_actions_modernizer_django:main
modernize_openedx_yaml = edx_repo_tools.modernize_openedx_yaml:main
modernize_tox = edx_repo_tools.codemods.django3.tox_modernizer:main
modernize_travis = edx_repo_tools.codemods.django3.travis_modernizer:main
no_yaml = edx_repo_tools.ospr.no_yaml:no_yaml
oep2 = edx_repo_tools.oep2:_cli
remove_python2_unicode_compatible = edx_repo_tools.codemods.django3.remove_python2_unicode_compatible:main
replace_render_to_response = edx_repo_tools.codemods.django3.replace_render_to_response:main
replace_static = edx_repo_tools.codemods.django3.replace_static:main
replace_unicode_with_str = edx_repo_tools.codemods.django3.replace_unicode_with_str:main
show_hooks = edx_repo_tools.dev.show_hooks:main
tag_release = edx_repo_tools.release.tag_release:main

