From 15013a632f801db10f40a657e6645a3534a00e86 Mon Sep 17 00:00:00 2001 From: Felix Divo <4403130+felixdivo@users.noreply.github.com> Date: Thu, 7 Jul 2022 21:38:02 +0200 Subject: [PATCH] Add py.typed file and distribute it upon installation --- can/py.typed | 0 setup.py | 1 + 2 files changed, 1 insertion(+) create mode 100644 can/py.typed diff --git a/can/py.typed b/can/py.typed new file mode 100644 index 000000000..e69de29bb diff --git a/setup.py b/setup.py index 9dd6153c7..c9defecab 100644 --- a/setup.py +++ b/setup.py @@ -78,6 +78,7 @@ "": ["README.rst", "CONTRIBUTORS.txt", "LICENSE.txt", "CHANGELOG.md"], "doc": ["*.*"], "examples": ["*.py"], + "can": ["py.typed"], }, # Installation # see https://www.python.org/dev/peps/pep-0345/#version-specifiers