File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed
Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " pyredactkit"
3- version = " 0.2.0 "
3+ version = " 0.2.4 "
44description = " Python cli tool to redact sensitive data"
55authors = [
" 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 ]
923python = " ^3.7"
You can’t perform that action at this time.
0 commit comments