Skip to content

Commit 4c7f12b

Browse files
author
rootware
committed
added poetry descriptions in pyproject.toml
1 parent 3bc366b commit 4c7f12b

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

pyproject.toml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
11
[tool.poetry]
22
name = "pyredactkit"
3-
version = "0.2.0"
3+
version = "0.2.3"
44
description = "Python cli tool to redact sensitive data"
55
authors = ["brootware <[email protected]>"]
6-
license = "GNU"
6+
license = "GPL-3.0-or-later"
7+
readme = "README.md"
8+
classifiers = [
9+
"Programming Language :: Python :: 3",
10+
"Programming Language :: Python :: 3.7",
11+
"Programming Language :: Python :: 3.8",
12+
"Programming Language :: Python :: 3.9",
13+
"Topic :: Text Processing :: General",
14+
"Topic :: Internet :: Log Analysis",
15+
"Topic :: Security",
16+
"Operating System :: OS Independent",
17+
"Development Status :: 5 - Production/Stable",
18+
"Intended Audience :: Information Technology",
19+
]
720

821
[tool.poetry.dependencies]
922
python = "^3.7"

0 commit comments

Comments
 (0)