From 0f91aefb5a8dc799c84ac6c336ec580e7adf3076 Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Mon, 31 Aug 2020 17:05:51 -0400 Subject: [PATCH] setup: Install tools module. --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 40fe755..a9d580a 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': [