diff --git a/cmpal/utils/format.py b/cmpal/utils/format.py index 14f6c1d..6e8324d 100644 --- a/cmpal/utils/format.py +++ b/cmpal/utils/format.py @@ -1,7 +1,6 @@ import re - def format_poetry_lock_diff(content: str) -> str: # Find all package blocks including additions, removals, and changes package_pattern = r"(?:^|\n)((?:[-+ ])\[\[package\]\].*?\n(?:[-+ ].*?\n)+)" diff --git a/pyproject.toml b/pyproject.toml index 084e483..febf9ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "0.1.4" description = "" authors = [ {name = "jinyang628",email = "chenjinyang4192@gmail.com"}, - {name = "suveenE",email = "suveen.ellawela@u.nus.edu"} + {name = "suveenE",email = "suveen.te1@gmail.com"} ] readme = "README.md" requires-python = ">=3.12, <4.0"