From 1f1a96cd3ba14889d774ad87b555eafca6d6033d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Fri, 7 Jun 2024 16:31:58 +0200 Subject: [PATCH] fix: version, add links for PyPi --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ce07d83..52f28c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,11 @@ [tool.poetry] name = "pyvariot" -version = "0.0.1" +version = "0.1.1" description = "Python CLI and module to query the VARIoT IoT vulnerabilities and exploits databases" authors = ["Raphaƫl Vinot "] license = "BSD-3-Clause" +repository = "https://github.com/cve-search/pyvariot" +documentation = "https://pyvariot.readthedocs.io/en/latest/" readme = "README.md"