From 7173528a8e8ade2bbd998e07abb33232d47282a0 Mon Sep 17 00:00:00 2001 From: Jonatan Heyman Date: Wed, 4 Jan 2023 11:22:52 +0100 Subject: [PATCH] Fix so that py.typed is added to built wheel Fixes #2282. --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index cc403405d8..cc175dfe1a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -57,6 +57,8 @@ exclude = tests [options.package_data] +locust = + py.typed locust.static = **/* locust.templates =