Skip to content

Commit c218cf4

Browse files
committed
chore: let type-checkers know py-gitguardian is type-hinted
Install the `py.typed` marker.
1 parent cf3ff20 commit c218cf4

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
include README.md
22
include LICENSE
3+
include pygitguardian/py.typed

pygitguardian/py.typed

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# PEP-561 Support File.
2+
# "Package maintainers who wish to support type checking of their code MUST add a marker file named py.typed to their package supporting typing".

0 commit comments

Comments
 (0)