Skip to content

Commit

Permalink
added tags and classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroslaff committed Jul 17, 2024
1 parent 7f34005 commit f06197c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -27,6 +25,7 @@ classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Topic :: Security :: Cryptography"
]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion showcert/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.2'
__version__ = '0.2.3'

0 comments on commit f06197c

Please sign in to comment.