setup: Install tools module.
This commit is contained in:
parent
35804db617
commit
0f91aefb5a
1 changed files with 2 additions and 1 deletions
3
setup.py
3
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': [
|
||||
|
|
Loading…
Reference in a new issue