We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6b6cd4 commit e4421caCopy full SHA for e4421ca
gitlab/py.typed
setup.py
@@ -27,6 +27,7 @@ def get_version():
27
url="https://github.com/python-gitlab/python-gitlab",
28
packages=find_packages(),
29
install_requires=["requests>=2.22.0", "requests-toolbelt>=0.9.1"],
30
+ package_data = {'gitlab': ['py.typed'], },
31
python_requires=">=3.6.0",
32
entry_points={"console_scripts": ["gitlab = gitlab.cli:main"]},
33
classifiers=[
0 commit comments