Hey! We noticed that whilst py.typed marker is included in the source, it appears to be missing from published artefacts. This means that callers that adopted mypy aren't benefitting from type checking and have to add github3 dependency to the type ignore list. Would it be possible to include the marker if this library is indeed typed?
Hey! We noticed that whilst py.typed marker is included in the source, it appears to be missing from published artefacts. This means that callers that adopted
mypyaren't benefitting from type checking and have to addgithub3dependency to the type ignore list. Would it be possible to include the marker if this library is indeed typed?