From d82bf17656a7c02adb4f2eb7ff30167cd728cfe7 Mon Sep 17 00:00:00 2001 From: Carl Oscar Aaro Date: Tue, 6 Dec 2022 15:09:52 +0100 Subject: [PATCH] Explicitly specify inclusion of utcnow/protobuf --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 3c1fac4..2b6de52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,6 +31,8 @@ packages = [ include = [ "utcnow/*.py", "utcnow/*.pyi", + "utcnow/protobuf/*.py", + "utcnow/protobuf/*.pyi", "utcnow/py.typed", ]