Skip to content

Commit 98891eb

Browse files
authored
Merge pull request #1421 from JohnVillalovos/jlvillal/typed_gitlab
feat: indicate that we are a typed package
2 parents 434d15d + e4421ca commit 98891eb

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

gitlab/py.typed

Whitespace-only changes.

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ def get_version():
2727
url="https://github.com/python-gitlab/python-gitlab",
2828
packages=find_packages(),
2929
install_requires=["requests>=2.22.0", "requests-toolbelt>=0.9.1"],
30+
package_data = {'gitlab': ['py.typed'], },
3031
python_requires=">=3.6.0",
3132
entry_points={"console_scripts": ["gitlab = gitlab.cli:main"]},
3233
classifiers=[

0 commit comments

Comments
 (0)