File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Metadata-Version: 2.4
22Name: openaudit
3- Version: 0.1.0
3+ Version: 0.1.1
44Summary: Offline-first security audit tool (secrets & config scanning) for local codebases.
55Author-email: OpenAuditKit Team <info@neuralforge.one>
66License: MIT
Original file line number Diff line number Diff line change @@ -17,4 +17,4 @@ def main_callback():
1717app .command (name = "scan" )(scan_command )
1818app .command (name = "explain" )(explain_command )
1919app .add_typer (config_app , name = "config" )
20- print ( f"DEBUG: app in module { __name__ } type: { type ( app ) } " )
20+
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " openaudit"
7- version = " 0.1.0 "
7+ version = " 0.1.1 "
88description = " Offline-first security audit tool (secrets & config scanning) for local codebases."
99readme = " README.md"
1010requires-python = " >=3.9"
You can’t perform that action at this time.
0 commit comments