Skip to content

Commit

Permalink
correct metadata naming
Browse files Browse the repository at this point in the history
  • Loading branch information
AbstractUmbra committed Dec 15, 2024
1 parent 0071eae commit 5c346a9
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
38 changes: 19 additions & 19 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ authors = [{ name = "Alex Nørgaard", email = "[email protected]" }]
dependencies = [
"aiohttp<4.0,>=3.9",
"aiohttp[speedups]<4.0,>=3.9; extra == \"speed\"",
"orjson; extra == \"speed\"",
]
requires-python = "<4.0,>=3.11"
readme = "README.md"
Expand All @@ -28,7 +29,7 @@ Discord = "https://discord.gg/aYGYJxwqe5"
repository = "https://github.com/AbstractUmbra/hondana"

[project.optional-dependencies]
speed = ["orjson"]
speed = ["orjson", "aiohttp[speedups]"]

[project.scripts]
version = "hondana.__main__:show_version"
Expand All @@ -38,7 +39,6 @@ distribution = true

[tool.pdm.dev-dependencies]
dev = ["ruff", "typing-extensions"]
speedups = ["aiohttp[speedups]<4.0,>=3.9", "orjson"]
docs = ["sphinx", "sphinxcontrib-trio", "furo"]
tests = ["pytest", "pytest-asyncio"]

Expand Down

0 comments on commit 5c346a9

Please sign in to comment.