mirror of
https://github.com/cve-search/pyvariot.git
synced 2025-01-18 18:46:21 +00:00
fix: version, add links for PyPi
This commit is contained in:
parent
b9f381fa75
commit
1f1a96cd3b
1 changed files with 3 additions and 1 deletions
|
@ -1,9 +1,11 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "pyvariot"
|
name = "pyvariot"
|
||||||
version = "0.0.1"
|
version = "0.1.1"
|
||||||
description = "Python CLI and module to query the VARIoT IoT vulnerabilities and exploits databases"
|
description = "Python CLI and module to query the VARIoT IoT vulnerabilities and exploits databases"
|
||||||
authors = ["Raphaël Vinot <raphael.vinot@circl.lu>"]
|
authors = ["Raphaël Vinot <raphael.vinot@circl.lu>"]
|
||||||
license = "BSD-3-Clause"
|
license = "BSD-3-Clause"
|
||||||
|
repository = "https://github.com/cve-search/pyvariot"
|
||||||
|
documentation = "https://pyvariot.readthedocs.io/en/latest/"
|
||||||
|
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue