mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 12:41:49 +02:00
Add a ihatemoney command
This commit is contained in:
parent
63db922269
commit
5f25e07b5b
1 changed files with 3 additions and 0 deletions
3
setup.py
3
setup.py
|
@ -37,6 +37,9 @@ ENTRY_POINTS = {
|
|||
'paste.app_factory': [
|
||||
'main = budget.run:main',
|
||||
],
|
||||
'console_scripts': [
|
||||
'ihatemoney = budget.manage:main'
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue