From d810271a78b3a69e9b418ad064b981a20977cf2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Perp=C3=A9tua?= <46409254+PedroPerpetua@users.noreply.github.com> Date: Mon, 6 Nov 2023 00:35:27 +0000 Subject: [PATCH] Declare support for type checking (closes #664) (#760) --- MANIFEST.in | 1 + rest_framework_simplejwt/py.typed | 0 2 files changed, 1 insertion(+) create mode 100644 rest_framework_simplejwt/py.typed diff --git a/MANIFEST.in b/MANIFEST.in index 6b427dfc7..1501b7de9 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,6 @@ include README.rst include LICENSE.txt +include rest_framework_simplejwt/py.typed recursive-include rest_framework_simplejwt/locale *.mo recursive-include rest_framework_simplejwt/locale *.po recursive-exclude * __pycache__ diff --git a/rest_framework_simplejwt/py.typed b/rest_framework_simplejwt/py.typed new file mode 100644 index 000000000..e69de29bb