Skip to content

Commit

Permalink
✨ 添加逐小时预报
Browse files Browse the repository at this point in the history
  • Loading branch information
kexue-z committed Aug 7, 2023
1 parent 6ebc8cd commit aaf57ae
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
[project]
name = "nonebot-plugin-heweather"
version = "0.6.9"
version = "0.6.10"
description = "Get Heweather information and convert to pictures"
authors = [
{name = "kexue", email = "[email protected]"},
]
authors = [{ name = "kexue", email = "[email protected]" }]
dependencies = [
"httpx<1.0.0,>=0.18.0",
"nonebot-plugin-htmlrender>=0.0.4.3",
Expand All @@ -13,7 +11,7 @@ dependencies = [
"nonebot2[fastapi]>=2.0.0",
]
requires-python = ">=3.8,<4.0"
license = {file = "LICENSE"}
license = { file = "LICENSE" }
readme = "README.md"

[project.urls]
Expand Down

0 comments on commit aaf57ae

Please sign in to comment.