Fix/simplify pyproject.toml for PDM

This commit is contained in:
Adam Goldsmith 2023-04-23 01:11:42 -04:00
parent e6b9c56468
commit d8cc035fba
1 changed files with 1 additions and 8 deletions

View File

@ -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",