Files @ 5a8da108b983
Branch filter:

Location: NPO-Accounting/conservancy_beancount/setup.py

bsturmfels
statement_reconciler: Add initial Chase bank CSV statement matching

We currently don't have many examples to work with, so haven't done any
significant testing of the matching accuracy between statement and books.
1
2
3
4
5
6
7
#!/usr/bin/env python3
"""setup.py - setuptools compatibility shim"""

import setuptools

if __name__ == "__main__":
    setuptools.setup()