Remove project metadata and dependencies from pyproject.toml, streamlining the configuration file for future updates.
Some checks are pending
Run pre-commit / Run pre-commit (push) Waiting to run

This commit is contained in:
Valerie 2025-05-26 09:08:06 -04:00
parent 914e7a725b
commit 55bd285ac9

View file

@ -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 <your.email@example.com>"]
[tool.poetry.dependencies]
python = "^3.8"
skia-python = "^87.5"