From 0f91aefb5a8dc799c84ac6c336ec580e7adf3076 2020-08-31 21:05:51 From: Brett Smith Date: 2020-08-31 21:05:51 Subject: [PATCH] setup: Install tools module. --- diff --git a/setup.py b/setup.py index 40fe75587c0d996dea4565fdb466fe36a460c820..a9d580afb7009400da6c7d93cc43b7c28ab58f21 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup setup( name='conservancy_beancount', description="Plugin, library, and reports for reading Conservancy's books", - version='1.9.1', + version='1.9.2', author='Software Freedom Conservancy', author_email='info@sfconservancy.org', license='GNU AGPLv3+', @@ -33,6 +33,7 @@ setup( 'conservancy_beancount', 'conservancy_beancount.plugin', 'conservancy_beancount.reports', + 'conservancy_beancount.tools', ], entry_points={ 'console_scripts': [