Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite4421ca

Browse files
feat: indicate that we are a typed package
By adding the file: py.typedit indicates that python-gitlab is a typed package and containstype-hints.https://www.python.org/dev/peps/pep-0561/
1 parenta6b6cd4 commite4421ca

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)

[8]ページ先頭

©2009-2025 Movatter.jp