From: David Lord Date: Mon, 10 May 2021 13:53:52 +0000 (-0700) Subject: fix py.typed in manifest X-Git-Tag: 3.0.0~3^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1414%2Fhead;p=thirdparty%2Fjinja.git fix py.typed in manifest --- diff --git a/MANIFEST.in b/MANIFEST.in index e5b231d3..88fe6b1f 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -6,5 +6,5 @@ graft docs prune docs/_build graft examples graft tests -include src/click/py.typed +include src/jinja2/py.typed global-exclude *.pyc