-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
42 lines (39 loc) · 1.36 KB
/
Copy pathpyproject.toml
File metadata and controls
42 lines (39 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[build-system]
requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "nonebot-plugin-onething-monitor"
version = "0.7.0"
description = "网心云多账号在线状态监控 NoneBot2 插件,支持多账号多设备多种登录方式"
readme = "README.md"
requires-python = ">=3.9"
license = { text = "GPL-3.0-or-later" }
authors = [
{ name = "WhyPilotXia" },
]
keywords = ["nonebot", "nonebot2", "onebot", "onething", "monitor"]
classifiers = [
"Development Status :: 3 - Alpha",
"Framework :: Robot Framework",
"Framework :: Robot Framework :: Library",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
dependencies = [
"nonebot2>=2.3.0",
"nonebot-adapter-onebot>=2.0.0",
"nonebot-plugin-apscheduler>=0.5.0",
"nonebot-plugin-localstore>=0.7.0",
"aiohttp>=3.8.0",
"Pillow>=9.0.0",
]
[project.urls]
Homepage = "https://github.com/WhyPilotXia/nonebot_plugin_onething_monitor"
Repository = "https://github.com/WhyPilotXia/nonebot_plugin_onething_monitor"
[tool.setuptools.packages.find]
where = ["."]
include = ["nonebot_plugin_onething_monitor*"]