feat: add cli script

This commit is contained in:
2022-10-04 02:14:44 -03:00
parent 505ce8308f
commit 017ea4f354
5 changed files with 36 additions and 4 deletions

View File

@@ -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"