From 4929f98d964558fa5f027040fae999af760c3c5f Mon Sep 17 00:00:00 2001 From: Tzu-ping Chung Date: Thu, 28 Mar 2019 22:20:54 +0800 Subject: [PATCH] Add py.typed to package This package would be installed along with the package (since it is listed in package_data), to let mypy pick up type hints in the package source. --- starlette/py.typed | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 starlette/py.typed diff --git a/starlette/py.typed b/starlette/py.typed new file mode 100644 index 00000000..e69de29b