From 5177019c7a9a2bb2d8d19c9271355619f23fe805 Mon Sep 17 00:00:00 2001 From: Brian Berry Date: Wed, 17 Apr 2024 11:54:48 -0400 Subject: [PATCH] Reverts py.typed stuff --- py.typed | 0 pyproject.toml | 6 ------ 2 files changed, 6 deletions(-) delete mode 100644 py.typed diff --git a/py.typed b/py.typed deleted file mode 100644 index e69de29..0000000 diff --git a/pyproject.toml b/pyproject.toml index 26b9c10..6e2dc6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,12 +20,6 @@ requires = [ "websocket-client", ] -[tool.setuptools.package-data] -"pynxm" = ["py.typed"] - -[tool.setuptools.packages.find] -where = ["."] - [tool.flit.metadata.requires-extra] dev = [ "tox",