From 076e06da17878518513e6c10f47a2903cc5c9f0e Mon Sep 17 00:00:00 2001 From: w4nn4d13 Date: Mon, 6 Apr 2026 22:37:53 +0530 Subject: [PATCH] Change package name to exectrace-workflow for PyPI publication --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2b5cb6d..448ced1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools>=68", "wheel"] build-backend = "setuptools.build_meta" [project] -name = "exectrace" +name = "exectrace-workflow" version = "1.0.0" description = "Record and replay developer workflows including terminal commands and file system changes" readme = "README.md"