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"