aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2018-09-18 21:50:56 +0200
committerGravatar Johannes Christ <[email protected]>2018-09-18 21:50:56 +0200
commit74dbac725772206450ac86c8249cdaa05b1f6cda (patch)
treefdd51c26bb7d3b84294c163911d7b60f9057fc95 /setup.py
parentRemove `static` later. (diff)
Add `psmgr` command.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 6659fc81..d85fbd4d 100644
--- a/setup.py
+++ b/setup.py
@@ -38,5 +38,10 @@ setup(
'test': [
'coverage>=4.5.1'
]
+ },
+ entry_points={
+ 'console_scripts': (
+ 'psmgr = manage:main',
+ )
}
)