feat: add cli script
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "ppgee"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
description = ""
|
||||
authors = ["tiagovla <tiagovla@gmail.com>"]
|
||||
|
||||
@@ -13,6 +13,9 @@ beautifulsoup4 = "^4.11.1"
|
||||
pytest = "^5.2"
|
||||
sendgrid = "^6.9.7"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
ppgee = "ppgee.__main__:main"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
Reference in New Issue
Block a user