Skip to content

Commit 4aedab2

Browse files
sohei-tclaude
andcommitted
security: sanitize sensitive information for public repository
- Remove personal email address from pyproject.toml authors field Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4b121b8 commit 4aedab2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ readme = "README.md"
66
license = {text = "MIT"}
77
requires-python = ">=3.9"
88
authors = [
9-
{name = "sohei-t", email = "pontaro.no1@gmail.com"}
9+
{name = "sohei-t"}
1010
]
1111
dependencies = [
1212
"opencv-python>=4.5",

0 commit comments

Comments
 (0)