meta: add s+ console script (#1)
This commit is contained in:
parent
e9c53f790d
commit
cb147407b7
|
@ -1,7 +1,7 @@
|
|||
[tool.poetry]
|
||||
name = "surplus"
|
||||
version = "1.0.0"
|
||||
description = "plus code to iOS-Shortcuts-like shareable text"
|
||||
description = "Plus Code to iOS-Shortcuts-like shareable text"
|
||||
authors = ["Mark Joshwel <mark@joshwel.co>"]
|
||||
license = "Unlicence"
|
||||
readme = "README.md"
|
||||
|
@ -19,6 +19,7 @@ isort = "^5.12.0"
|
|||
|
||||
[tool.poetry.scripts]
|
||||
surplus = 'surplus:cli'
|
||||
"s+" = 'surplus:cli'
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
|
|
Loading…
Reference in a new issue