From ac6af60727baab489a50b066d6c3fd530e04cd77 Mon Sep 17 00:00:00 2001 From: PedroPerpetua Date: Sat, 4 Nov 2023 22:21:26 +0000 Subject: [PATCH] Declare support for type checking (closes #664) --- 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