Skip to content

Commit

Permalink
🔖 新增项目标签,发布到pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
XYCode-Kerman committed Jul 21, 2024
1 parent 21208b8 commit 97f9ae8
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,29 @@
[tool.poetry]
name = "yiri-bot"
version = "0.0.1"
description = "YiriBot 是一个低耦合、异步的高性能OneBot 11 SDK。"
name = "yiri-onebot"
version = "0.0.1-beta.1"
description = "YiriOneBot 是一个低耦合、异步的高性能OneBot 11 SDK。"
authors = ["XYCode Kerman <xycode-xyc@outlook.com>"]
license = "LGPL-3.0"
readme = "README.md"
homepage = "https://github.com/YiriMiraiProject/YiriOneBot"
repository = "https://github.com/YiriMiraiProject/YiriOneBot"
classifiers = [
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"Topic :: Communications",
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
"Framework :: AsyncIO",

"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
]

[[tool.poetry.packages]]
include = "yiriob"

[tool.poetry.dependencies]
python = ">=3.10,<3.13"
Expand Down

0 comments on commit 97f9ae8

Please sign in to comment.