From c514b3a4ef7f7607f265a1cf8180b5dbe6157dbf Mon Sep 17 00:00:00 2001 From: James Parrott <80779630+JamesParrott@users.noreply.github.com> Date: Tue, 30 Sep 2025 12:03:54 +0100 Subject: [PATCH] Delete src/py.typed When this gets shipped into site-packages, becuase PyShp is currently a signle file libary, py.typed gets put in the root dir, flagging all other libraries the user has installed as typed, even if they aren't. Compliance with the typing system standard requires refactoring into a package. This is a temporary fix for the above until a decision is made on if/how to do that. Thanks for pointing this out Thomas @dl1jbe --- src/py.typed | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 src/py.typed diff --git a/src/py.typed b/src/py.typed deleted file mode 100644 index e69de29b..00000000