summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--setup.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 9b3f9c1..18558d0 100644
--- a/setup.py
+++ b/setup.py
@@ -35,6 +35,9 @@ config = {
'pickledb'],
'packages': ['combox'],
'scripts': [],
+ 'entry_points': {
+ 'console_scripts': ['combox = combox.cbox:main']
+ },
'name': 'combox'
}