We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf3ff20 commit c218cf4Copy full SHA for c218cf4
MANIFEST.in
@@ -1,2 +1,3 @@
1
include README.md
2
include LICENSE
3
+include pygitguardian/py.typed
pygitguardian/py.typed
@@ -0,0 +1,2 @@
+# PEP-561 Support File.
+# "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