Skip to content

Commit

Permalink
fixed classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyrkir committed Apr 7, 2024
1 parent 41a6ec8 commit 783bc31
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include = ["py4phi*", "cli*"]
name="py4phi"
requires-python = ">=3.10"
license={file="LICENSE"}
version = "0.9.0"
version = "0.9.1"
description="A library for encryption/decryption and analysis of sensitive data."
readme = "README.md"
classifiers=[
Expand All @@ -19,6 +19,10 @@ classifiers=[
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Intended Audience :: Science/Research",
"Intended Audience :: Healthcare Industry",
"Topic :: Security",
"Topic :: Scientific/Engineering"
]

authors = [
Expand Down

0 comments on commit 783bc31

Please sign in to comment.