Files @ 9129a4af6a39
Branch filter:

Location: NPO-Accounting/conservancy_beancount/setup.py

bsturmfels
Pin to Beancount v2

Beancount v3 has been recently released. It's a major rewrite and is currently
unstable and not compatible with this codebase. We need to remain on v2.
1
2
3
4
5
6
7
#!/usr/bin/env python3
"""setup.py - setuptools compatibility shim"""

import setuptools

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