Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2021-09-30 15:00:29 -04:00 committed by Alex Kelly
parent fa667578a3
commit 93594ecd9c
2 changed files with 8 additions and 5 deletions

View file

@ -11,7 +11,7 @@ import sys
from socket import socket
from collections import namedtuple
__version__ = "0.1.0"
__version__ = "0.2.0"
HostInfo = namedtuple(
field_names="cert hostname peername is_valid", typename="HostInfo"

View file

@ -1,8 +1,11 @@
[tool.poetry]
name = "checkcert"
version = "0.1.0"
description = ""
authors = ["Alex Kelly <alex.kelly@franklin.edu>"]
version = "0.2.0"
description = "CLI to check tls cert information and determine validity"
authors = ["Alex Kelly <kellya@arachnitech.com>"]
readme = "README.md"
homepage = "https://github.com/kellya/checkcert"
license = "MIT"
[tool.poetry.dependencies]
python = "^3.9"
@ -21,7 +24,7 @@ requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.scripts]
task-status = 'checkcert.checkcert:main'
checkcert = 'checkcert.checkcert:main'
[tool.semantic_release]
version_variable = [