8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 557c7d2 commit 969dcccCopy full SHA for 969dccc
setup.py
@@ -24,7 +24,7 @@ def get_version():
24
author_email="gauvain@pocentek.net",
25
license="LGPLv3",
26
url="https://github.com/python-gitlab/python-gitlab",
27
- packages=find_packages(),
+ packages=find_packages(exclude=["tests*"]),
28
install_requires=["requests>=2.25.0", "requests-toolbelt>=0.9.1"],
29
package_data={
30
"gitlab": ["py.typed"],
0 commit comments