Add advanced workflow controls

This commit is contained in:
ashton
2026-06-04 04:26:04 -05:00
parent 432df66946
commit e3702d4ae9
9 changed files with 746 additions and 97 deletions
+3 -3
View File
@@ -4,16 +4,16 @@ build-backend = "setuptools.build_meta"
[project]
name = "patchwork"
version = "0.2.0"
version = "0.3.0"
description = "Python source transformation tool with reproducible builds, static audit metadata, and manifest generation"
requires-python = ">=3.9"
requires-python = ">=3.10"
license = {text = "MIT"}
classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Security",
"Topic :: Software Development :: Code Generators",
]