From 5907662cdaee5edc97fc807f7f3ae6cdae549d2f Mon Sep 17 00:00:00 2001 From: Duncan Ogilvie Date: Sun, 22 Sep 2024 20:38:33 +0200 Subject: [PATCH] Include typing files in distribution --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index ad914f4..fa7defe 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,6 +28,7 @@ package_dir = zip_safe = False setup_requires = setuptools-rust >= 0.12.1; python_requires = >=3.7 +include_typing_files = True # Reference: https://stackoverflow.com/a/64789489/1806760 [options.package_data]