[console_scripts]
poe-audit = proof_of_edition.audit.reexecute:main
poe-build-manifest = proof_of_edition.manifest.build_manifest:main
poe-check-manifest = proof_of_edition.registry.check_manifest:main
poe-registry-log = proof_of_edition.registry.log:main
poe-registry-mirror = proof_of_edition.registry.mirror:main
poe-registry-publish = proof_of_edition.registry.publish:main
poe-registry-record = proof_of_edition.registry.record:main
poe-verify-fingerprint = proof_of_edition.fingerprint.verify:main
poe-verify-receipt = proof_of_edition.receipts.verify_receipt:main
poe-watch = proof_of_edition.watch.run:main
poe-watch-board = proof_of_edition.watch.board:main
poe-watch-calibrate = proof_of_edition.watch.calibrate:main
poe-watch-publish = proof_of_edition.watch.publish:main
