[console_scripts]
reentry = reentry.cli:reentry

[distutils.setup_keywords]
reentry_register = reentry.hooks:register_dist
reentry_scan = reentry.hooks:scan_for_installed

[test_entry_points]
test = reentry.cli:reentry

