diff --git a/pyproject.toml b/pyproject.toml index ca6bbf0..c983f4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,9 +8,7 @@ build-backend = "hatchling.build" [project] name="showcert" dynamic = [ "version" ] - -# how version managed by hatch -# version="0.1.17" +keywords = [ "SSL", "TLS", "certificate", "verify", "remote", "local", "X.509", "simple", "openssl", "alternative", "CA", "generate", "showcert", "gencert" ] dependencies = [ 'pyopenssl', @@ -27,6 +25,7 @@ classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", + "Topic :: Security :: Cryptography" ] [project.urls] diff --git a/showcert/__init__.py b/showcert/__init__.py index 020ed73..d93b5b2 100644 --- a/showcert/__init__.py +++ b/showcert/__init__.py @@ -1 +1 @@ -__version__ = '0.2.2' +__version__ = '0.2.3'