diff options
author | Nejc Habjan <hab.nejc@gmail.com> | 2021-04-28 19:59:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-28 19:59:46 +0200 |
commit | 98891eb2c52051134fd3046a4ef5d7b0a6af8fec (patch) | |
tree | 026d6ef0403881b4cf8a209279053980881037c8 | |
parent | 434d15d1295187d1970ebef01f4c8a44a33afa31 (diff) | |
parent | e4421caafeeb0236df19fe7b9233300727e1933b (diff) | |
download | gitlab-98891eb2c52051134fd3046a4ef5d7b0a6af8fec.tar.gz |
Merge pull request #1421 from JohnVillalovos/jlvillal/typed_gitlab
feat: indicate that we are a typed package
-rw-r--r-- | gitlab/py.typed | 0 | ||||
-rw-r--r-- | setup.py | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/gitlab/py.typed b/gitlab/py.typed new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/gitlab/py.typed @@ -27,6 +27,7 @@ setup( url="https://github.com/python-gitlab/python-gitlab", packages=find_packages(), install_requires=["requests>=2.22.0", "requests-toolbelt>=0.9.1"], + package_data = {'gitlab': ['py.typed'], }, python_requires=">=3.6.0", entry_points={"console_scripts": ["gitlab = gitlab.cli:main"]}, classifiers=[ |