From 55bd285ac9a4dbae758923a51dc6a0d8331d4718 Mon Sep 17 00:00:00 2001 From: Valerie Date: Mon, 26 May 2025 09:08:06 -0400 Subject: [PATCH] Remove project metadata and dependencies from pyproject.toml, streamlining the configuration file for future updates. --- pyproject.toml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8185a6d..1518507 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,13 +7,3 @@ line-length = 99 target-version = ['py38'] include = '\.pyi?$' - -[tool.poetry] -name = "Ava-Cogs" -version = "0.1.0" -description = "A collection of cogs for Red-DiscordBot" -authors = ["Your Name "] - -[tool.poetry.dependencies] -python = "^3.8" -skia-python = "^87.5"