setup: Install a script to invoke the module.
This commit is contained in:
parent
a408c854d4
commit
23190c1cdb
1 changed files with 3 additions and 1 deletions
4
setup.py
4
setup.py
|
@ -15,5 +15,7 @@ setup(
|
||||||
tests_require=['pytest', 'PyYAML'],
|
tests_require=['pytest', 'PyYAML'],
|
||||||
|
|
||||||
packages=find_packages(include=['import2ledger', 'import2ledger.*']),
|
packages=find_packages(include=['import2ledger', 'import2ledger.*']),
|
||||||
entry_points={},
|
entry_points={
|
||||||
|
'console_scripts': ['import2ledger = import2ledger.__main__:main'],
|
||||||
|
},
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue