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"