We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82ff055 commit 73c68dbCopy full SHA for 73c68db
setup.py
@@ -2,6 +2,7 @@
2
# -*- coding: utf-8 -*-
3
4
from setuptools import setup
5
+from setuptools import find_packages
6
7
import gitlab
8
@@ -19,7 +20,7 @@ def get_version():
19
20
author_email='gauvain@pocentek.net',
21
license='LGPLv3',
22
url='https://github.com/gpocentek/python-gitlab',
- packages=['gitlab'],
23
+ packages=find_packages(),
24
install_requires=['requests', 'six'],
25
entry_points={
26
'console_scripts': [
0 commit comments