Changeset - 0f91aefb5a8d
[Not reviewed]
0 1 0
Brett Smith - 4 years ago 2020-08-31 21:05:51
brettcsmith@brettcsmith.org
setup: Install tools module.
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
setup.py
Show inline comments
...
 
@@ -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': [
0 comments (0 inline, 0 general)