summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 4a40649..4f28dd7 100644
--- a/setup.py
+++ b/setup.py
@@ -2,6 +2,7 @@
# -*- coding: utf-8 -*-
from setuptools import setup
+from setuptools import find_packages
import gitlab
@@ -19,7 +20,7 @@ setup(name='python-gitlab',
author_email='gauvain@pocentek.net',
license='LGPLv3',
url='https://github.com/gpocentek/python-gitlab',
- packages=['gitlab'],
+ packages=find_packages(),
install_requires=['requests', 'six'],
entry_points={
'console_scripts': [