Changeset - 23190c1cdbfb
[Not reviewed]
0 1 0
Brett Smith - 7 years ago 2017-10-22 18:31:53
brettcsmith@brettcsmith.org
setup: Install a script to invoke the module.
1 file changed with 3 insertions and 1 deletions:
0 comments (0 inline, 0 general)
setup.py
Show inline comments
...
 
@@ -15,5 +15,7 @@ setup(
 
    tests_require=['pytest', 'PyYAML'],
 

	
 
    packages=find_packages(include=['import2ledger', 'import2ledger.*']),
 
    entry_points={},
 
    entry_points={
 
        'console_scripts': ['import2ledger = import2ledger.__main__:main'],
 
    },
 
)
0 comments (0 inline, 0 general)