Skip to content

Commit b19f1f3

Browse files
authored
Merge pull request #36 from brootware/dev
Dev
2 parents 2334527 + ca592dd commit b19f1f3

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

pyproject.toml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,23 @@
11
[tool.poetry]
22
name = "pyredactkit"
3-
version = "0.2.0"
3+
version = "0.2.4"
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+
repository = "https://github.com/brootware/PyRedactKit"
9+
classifiers = [
10+
"Programming Language :: Python :: 3",
11+
"Programming Language :: Python :: 3.7",
12+
"Programming Language :: Python :: 3.8",
13+
"Programming Language :: Python :: 3.9",
14+
"Topic :: Text Processing :: General",
15+
"Topic :: Internet :: Log Analysis",
16+
"Topic :: Security",
17+
"Operating System :: OS Independent",
18+
"Development Status :: 5 - Production/Stable",
19+
"Intended Audience :: Information Technology",
20+
]
721

822
[tool.poetry.dependencies]
923
python = "^3.7"

0 commit comments

Comments
 (0)