Skip to content

Commit 79f368a

Browse files
authored
chore: swap pyproject author email to GitHub noreply, 0.2.19 (#111)
Pre-publish hygiene per #98: pyproject.toml carried the maintainer's personal Gmail in the [authors] block, which becomes world-readable the moment the repo is flipped public (and gets scraped by PyPI-style metadata indexers regardless). Swaps to the GitHub privacy-protected noreply alias (41453723+constk@users.noreply.github.com) that already serves as the git-author identity across develop/main history. Same contact identity, less personal-data leak. Closes #98. Also closes #97 — the artifact-tracking audit ran clean on the current checkout (no .coverage, .venv, __pycache__, .pyc, or node_modules tracked). Self-version bump 0.2.18 -> 0.2.19 (chore = PATCH).
1 parent 8faa8db commit 79f368a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[project]
22
name = "harness-python-react"
3-
version = "0.2.18"
3+
version = "0.2.19"
44
description = "Production-quality LLM-driven coding harness — Python (FastAPI) backend, Vite + React + TypeScript frontend."
55
readme = "README.md"
66
requires-python = ">=3.14"
77
license = "MIT"
88
license-files = ["LICENSE"]
99
authors = [
10-
{ name = "Constantinos Koutsakis", email = "constantinos.koutsakis@gmail.com" },
10+
{ name = "Constantinos Koutsakis", email = "41453723+constk@users.noreply.github.com" },
1111
]
1212
keywords = [
1313
"template",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)