diff --git a/pyproject.toml b/pyproject.toml index 91a7fda..3f3ece6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "topmostp" -version = "0.1.8" +version = "0.1.9" description = "A simple CLI tool to retrieve the N top most used ports" authors = ["SecSI "] license = "MIT" readme = "README.md" repository = "https://github.com/cybersecsi/topmostp" -packages = [{include = "topmostp"}] +packages = [{ include = "topmostp" }] [tool.poetry.dependencies] python = "^3.8" @@ -19,4 +19,4 @@ requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" [tool.poetry.scripts] -topmostp = 'topmostp.main:app' \ No newline at end of file +topmostp = 'topmostp.main:app'