Skip to content

Commit 73c68db

Browse files
author
Gauvain Pocentek
committed
fix setuptool sdist
1 parent 82ff055 commit 73c68db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# -*- coding: utf-8 -*-
33

44
from setuptools import setup
5+
from setuptools import find_packages
56

67
import gitlab
78

@@ -19,7 +20,7 @@ def get_version():
1920
author_email='gauvain@pocentek.net',
2021
license='LGPLv3',
2122
url='https://github.com/gpocentek/python-gitlab',
22-
packages=['gitlab'],
23+
packages=find_packages(),
2324
install_requires=['requests', 'six'],
2425
entry_points={
2526
'console_scripts': [

0 commit comments

Comments
 (0)