From 0998c36f20183b44ed5edd384bdc104af7b72005 Mon Sep 17 00:00:00 2001 From: _run Date: Sun, 4 Feb 2024 15:10:35 +0400 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4b04cc3de..66eeabca5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,4 +46,4 @@ watchdog = ["watchdog"] [tool.hatch.build.targets.wheel] -package = ["telebot"] +include = ["telebot/*"]