From 70db1ff003e6add75389c8c20c20464ce8136039 Mon Sep 17 00:00:00 2001 From: Volara Date: Sun, 28 Jul 2024 21:10:07 -0400 Subject: [PATCH] Update spacing for package mode --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f52c996..a74e460 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "0.1.0" description = "Scrape tweets from the web and upload to the Volara DLP" authors = ["Volara"] readme = "README.md" -package-mode=false +package-mode = false [tool.poetry.dependencies] python = ">=3.11,<3.13"