mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 20:51:49 +02:00
Add a ihatemoney command
This commit is contained in:
parent
692336754d
commit
46e3f6eaa2
1 changed files with 4 additions and 1 deletions
5
setup.py
5
setup.py
|
@ -35,7 +35,10 @@ DEPENDENCY_LINKS = [
|
||||||
|
|
||||||
ENTRY_POINTS = {
|
ENTRY_POINTS = {
|
||||||
'paste.app_factory': [
|
'paste.app_factory': [
|
||||||
'main = budget.run:main',
|
'main = ihatemoney.run:main',
|
||||||
|
],
|
||||||
|
'console_scripts': [
|
||||||
|
'ihatemoney = ihatemoney.manage:main'
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue