reconcile: Add entrypoints for statement reconciler and helper.
This commit is contained in:
parent
20d242c7c7
commit
519542b1fa
1 changed files with 2 additions and 0 deletions
|
@ -72,6 +72,8 @@ console_scripts =
|
|||
reconcile-paypal = conservancy_beancount.reconcile.paypal:entry_point
|
||||
reconcile-statement = conservancy_beancount.reconcile.statement:entry_point
|
||||
split-ods-links = conservancy_beancount.tools.split_ods_links:entry_point
|
||||
statement-reconciler = conservancy_beancount.reconcile.statement_reconciler:entry_point
|
||||
reconcile-helper = conservancy_beancount.reconcile.helper:entry_point
|
||||
|
||||
[options.package_data]
|
||||
* = py.typed
|
||||
|
|
Loading…
Reference in a new issue