From 4151e8849481f396537c34812068e89b32731e52 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Fri, 20 May 2022 18:05:29 -0700 Subject: [PATCH] Add py.typed to MANIFEST.in to package in sdist (#196) Missed in 5f09ea84b97202a41430fed5bb3cbd489d04c18e. --- MANIFEST.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index cb2f4509..25be1608 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ -include MANIFEST.in README.rst LICENSE certifi/cacert.pem +include MANIFEST.in README.rst LICENSE certifi/cacert.pem certifi/py.typed exclude .github/ -recursive-exclude .github \ No newline at end of file +recursive-exclude .github