Skip to content

Commit

Permalink
publish to PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
SK-415 committed Nov 15, 2020
1 parent 8fe2949 commit e1ecd07
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 11 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ Dockerfile
poetry.lock

_README.md
dist/haruka_bot-1.0.0-py3-none-any.whl
dist/haruka_bot-1.0.1-py3-none-any.whl
dist/haruka-bot-1.0.0.tar.gz
dist/haruka-bot-1.0.1.tar.gz
28 changes: 17 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,23 +1,29 @@
[tool.poetry]
name = "haruka_bot"
version = "1.0.0"
description = "haruka_bot"
authors = []
name = "haruka-bot"
version = "1.0.1"
description = "Push dynamics and live informations from bilibili to QQ. Based on nonebot2."
authors = ["SK-415 <[email protected]>"]
license = "GPL-3.0-or-later"
readme = "README.md"
homepage = "https://github.com/SK-415/HarukaBot"
repository = "https://github.com/SK-415/HarukaBot/tree/master/src/plugins/haruka_bot"
documentation = "https://github.com/SK-415/HarukaBot#readme"
keywords = ["nonebot", "nonebot2", "qqbot", "bilibili", "bot"]
packages = [
{ include = "haruka_bot/*.py", from = "./src/plugins/"}
]

[tool.poetry.dependencies]
python = "^3.7"
nb-cli = "^0.2.0"
qrcode = {extras = ["pil"], version = "^6.1"}
nonebot2 = {extras = ["cli", "scheduler"], version = "^2.0.0-alpha.4"}
psutil = "^5.7.3"
pyppeteer = "^0.2.2"
nonebot2 = {extras = ["cli", "scheduler"], version = "^2.0.0-alpha.4"}
qrcode = {extras = ["pil"], version = "^6.1"}

[tool.poetry.dev-dependencies]
nonebot-test = "^0.1.0"
pipreqs = "^0.4.10"
nonebot2 = {extras = ["test"], version = "^2.0.0-alpha.4"}
Nuitka = "^0.6.9"

[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit e1ecd07

Please sign in to comment.