From d8cc035fba2c806fd784f7530b39f4879e719ffc Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Sun, 23 Apr 2023 01:11:42 -0400 Subject: [PATCH] Fix/simplify pyproject.toml for PDM --- pyproject.toml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 79d4d5c..496e411 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "" authors = [ {name = "Adam Goldsmith", email = "adam@adamgoldsmith.name"}, ] -license-expression = "MIT" +license = "MIT" dependencies = [ "discord.py~=2.0", "aiohttp>=3.7.4.post0", @@ -19,13 +19,6 @@ Homepage = "https://git.adamgoldsmith.name/adam/ahtcg_discord_bot" [project.scripts] arkhamdb_discord_bot = "ahtcg_bot:main" -[tool] -[tool.pdm] -[[tool.pdm.source]] -url = "https://pypi.org/simple" -verify_ssl = true -name = "pypi" - [tool.pdm.dev-dependencies] format = [ "black~=22.1",