From 9cdee72ae85b8b7ee3745707e8c1ec6395c3a7b5 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Tue, 20 Feb 2024 19:16:05 +0100 Subject: [PATCH] and again --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 409c89d..4afafde 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,8 @@ classifiers = [ 'Natural Language :: English', 'Programming Language :: Python :: 3.9' ] -packages = [ "pyppeteerstealth" +packages = [ + { include = "pyppeteerstealth" }, ] include = [ "README.md"