diff options
author | Gauvain Pocentek <gauvain@pocentek.net> | 2013-05-18 17:14:15 +0200 |
---|---|---|
committer | Gauvain Pocentek <gauvain@pocentek.net> | 2013-05-18 17:14:15 +0200 |
commit | dd22ce1fcc1a334aeab18ab1ae07d23a028287d8 (patch) | |
tree | 48115529648ddb731c890294e94b49e9b5d04620 /setup.py | |
parent | 204f6818b77cc3425e9bb137380fcbdfaa5f15df (diff) | |
download | gitlab-dd22ce1fcc1a334aeab18ab1ae07d23a028287d8.tar.gz |
install the gitlab script
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,4 +21,5 @@ setup(name='python-gitlab', license='LGPLv3', url='https://github.com/gpocentek/python-gitlab', py_modules=['gitlab'], + scripts=['gitlab'] ) |