Files @ 2840a64215bf
Branch filter:

Location: NPO-Accounting/conservancy_beancount/setup.py

dimesio
Add new payroll type codes

Oregon added a new payroll tax for disability so we need to add the
payroll-types for Ohio's state and local taxes.
1
2
3
4
5
6
7
#!/usr/bin/env python3
"""setup.py - setuptools compatibility shim"""

import setuptools

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