Skip to content

Commit 969dccc

Browse files
nejchJohnVillalovos
authored andcommitted
fix(build): do not package tests in wheel
1 parent 557c7d2 commit 969dccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def get_version():
2424
author_email="gauvain@pocentek.net",
2525
license="LGPLv3",
2626
url="https://github.com/python-gitlab/python-gitlab",
27-
packages=find_packages(),
27+
packages=find_packages(exclude=["tests*"]),
2828
install_requires=["requests>=2.25.0", "requests-toolbelt>=0.9.1"],
2929
package_data={
3030
"gitlab": ["py.typed"],

0 commit comments

Comments
 (0)