This commit is contained in:
quantulr
2024-01-15 17:19:41 +08:00
parent ea8591db15
commit aef8e6080e
2 changed files with 43 additions and 30 deletions

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "get-qrcode"
version = "0.1.0"
version = "0.9.0"
description = ""
authors = ["quantulr <35954003+quantulr@users.noreply.github.com>"]
readme = "README.md"
@ -17,4 +17,4 @@ requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.scripts]
dev = "get_qrcode.main:main"
get-qrcode = "get_qrcode.main:main"