Skip to content

Commit

Permalink
docs: 更新项目信息
Browse files Browse the repository at this point in the history
  • Loading branch information
suyiiyii committed Dec 23, 2024
1 parent 654e583 commit 8c99899
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,29 @@
[project]
name = "nonebot-plugin-prometheus"
version = "0.3.2"
description = "nonebot-plugin-prometheus"
description = "为 NoneBot 和其他插件提供 Prometheus 监控支持"
readme = "README.md"
requires-python = ">=3.9, <4.0"
license = { file = "LICENSE" }
keywords = ["nonebot", "nonebot2", "nonebot-plugin", "prometheus"]
authors = [
{ name = "suyiiyii", email = "[email protected]" }
]
maintainers = [
{ name = "suyiiyii", email = "[email protected]" }
]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Software Development :: Libraries",
]
dependencies = [
"nonebot2>=2.2.1",
"prometheus-client>=0.21.1",
Expand Down

0 comments on commit 8c99899

Please sign in to comment.