nonebot-plugin-dbdmap 0.2.1__tar.gz → 0.2.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,20 +1,18 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nonebot-plugin-dbdmap
3
- Version: 0.2.1
3
+ Version: 0.2.2
4
4
  Summary: 《黎明杀机地图查询插件》
5
5
  Author-email: 77_77 <xiexiewen73@gmail.com>
6
6
  License: MIT
7
- Project-URL: Homepage, https://github.com/xiexiewen73-source/nonebot-plugin-dbdmap
8
- Project-URL: Repository, https://github.com/xiexiewen73-source/nonebot-plugin-dbdmap
9
7
  Keywords: nonebot,plugin,dead-by-daylight,dbd
10
8
  Classifier: Programming Language :: Python :: 3
11
- Classifier: Programming Language :: Python :: 3.8
12
- Classifier: Programming Language :: Python :: 3.9
13
9
  Classifier: Programming Language :: Python :: 3.10
14
10
  Classifier: Programming Language :: Python :: 3.11
15
- Requires-Python: >=3.8
11
+ Classifier: Programming Language :: Python :: 3.12
12
+ Requires-Python: <4.0,>=3.9
16
13
  Description-Content-Type: text/markdown
17
- Requires-Dist: nonebot2>=2.0.0
14
+ Requires-Dist: nonebot2>=2.5.0
15
+ Requires-Dist: nonebot-adapter-onebot>=2.4.6
18
16
 
19
17
  # NoneBot-Plugin-DBD-Map
20
18
 
@@ -1,20 +1,18 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nonebot-plugin-dbdmap
3
- Version: 0.2.1
3
+ Version: 0.2.2
4
4
  Summary: 《黎明杀机地图查询插件》
5
5
  Author-email: 77_77 <xiexiewen73@gmail.com>
6
6
  License: MIT
7
- Project-URL: Homepage, https://github.com/xiexiewen73-source/nonebot-plugin-dbdmap
8
- Project-URL: Repository, https://github.com/xiexiewen73-source/nonebot-plugin-dbdmap
9
7
  Keywords: nonebot,plugin,dead-by-daylight,dbd
10
8
  Classifier: Programming Language :: Python :: 3
11
- Classifier: Programming Language :: Python :: 3.8
12
- Classifier: Programming Language :: Python :: 3.9
13
9
  Classifier: Programming Language :: Python :: 3.10
14
10
  Classifier: Programming Language :: Python :: 3.11
15
- Requires-Python: >=3.8
11
+ Classifier: Programming Language :: Python :: 3.12
12
+ Requires-Python: <4.0,>=3.9
16
13
  Description-Content-Type: text/markdown
17
- Requires-Dist: nonebot2>=2.0.0
14
+ Requires-Dist: nonebot2>=2.5.0
15
+ Requires-Dist: nonebot-adapter-onebot>=2.4.6
18
16
 
19
17
  # NoneBot-Plugin-DBD-Map
20
18
 
@@ -0,0 +1,2 @@
1
+ nonebot2>=2.5.0
2
+ nonebot-adapter-onebot>=2.4.6
@@ -1,9 +1,9 @@
1
1
  [project]
2
2
  name = "nonebot-plugin-dbdmap"
3
- version = "0.2.1"
3
+ version = "0.2.2"
4
4
  description = "《黎明杀机地图查询插件》"
5
5
  readme = "README.md"
6
- requires-python = ">=3.8"
6
+ requires-python = ">=3.9, <4.0"
7
7
  license = {text = "MIT"}
8
8
  authors = [
9
9
  {name = "77_77", email = "xiexiewen73@gmail.com"}
@@ -11,16 +11,11 @@ authors = [
11
11
  keywords = ["nonebot", "plugin", "dead-by-daylight", "dbd"]
12
12
  classifiers = [
13
13
  "Programming Language :: Python :: 3",
14
- "Programming Language :: Python :: 3.8",
15
- "Programming Language :: Python :: 3.9",
16
14
  "Programming Language :: Python :: 3.10",
17
15
  "Programming Language :: Python :: 3.11",
18
- # "Framework :: NoneBot",
16
+ "Programming Language :: Python :: 3.12",
19
17
  ]
20
18
  dependencies = [
21
- "nonebot2>=2.0.0",
22
- ]
23
-
24
- [project.urls]
25
- Homepage = "https://github.com/xiexiewen73-source/nonebot-plugin-dbdmap"
26
- Repository = "https://github.com/xiexiewen73-source/nonebot-plugin-dbdmap"
19
+ "nonebot2>=2.5.0",
20
+ "nonebot-adapter-onebot>=2.4.6"
21
+ ]