summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGauvain Pocentek <gauvain@pocentek.net>2013-05-18 17:14:15 +0200
committerGauvain Pocentek <gauvain@pocentek.net>2013-05-18 17:14:15 +0200
commitdd22ce1fcc1a334aeab18ab1ae07d23a028287d8 (patch)
tree48115529648ddb731c890294e94b49e9b5d04620 /setup.py
parent204f6818b77cc3425e9bb137380fcbdfaa5f15df (diff)
downloadgitlab-dd22ce1fcc1a334aeab18ab1ae07d23a028287d8.tar.gz
install the gitlab script
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index d17a92a..82fe24e 100644
--- a/setup.py
+++ b/setup.py
@@ -21,4 +21,5 @@ setup(name='python-gitlab',
license='LGPLv3',
url='https://github.com/gpocentek/python-gitlab',
py_modules=['gitlab'],
+ scripts=['gitlab']
)