[console_scripts]
crypto_watcher = make_post_sell.lib.crypto_watcher:main
digest_sender = make_post_sell.lib.digest_sender:main
initialize_make_post_sell_db = make_post_sell.scripts.initialize_db:main
mps_backup_db = make_post_sell.scripts.backup_db:main
mps_content_announce = make_post_sell.scripts.content_announce:main
mps_error_digest = make_post_sell.scripts.error_digest:main
mps_restore_drill = make_post_sell.scripts.restore_drill:main
mps_sso_sweep = make_post_sell.scripts.sso_sweep:main
mps_verify_invoice_totals = make_post_sell.scripts.verify_invoice_totals:main
mps_wallet_http_health = make_post_sell.lib.crypto_watcher.wallet_http_health:main

[paste.app_factory]
main = make_post_sell:main
