From c6d2030103c53b988129c8d1aa83ee6b132d66f8 Mon Sep 17 00:00:00 2001 From: kingchenc Date: Sat, 23 May 2026 19:11:53 +0200 Subject: [PATCH] chore(python): add canonical authors metadata to pyproject.toml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Every other manifest in the repo carries the author string kingchenc — workspace Cargo.toml, bindings/node/package.json, all per-platform npm package.jsons, release.yml. pyproject.toml had neither authors nor maintainers, so the PyPI listing fell back to the implicit empty value. Align with the rest of the repo. --- bindings/python/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/bindings/python/pyproject.toml b/bindings/python/pyproject.toml index 65ca3a42..b73aa02a 100644 --- a/bindings/python/pyproject.toml +++ b/bindings/python/pyproject.toml @@ -8,6 +8,7 @@ version = "0.1.5" description = "Streaming-first technical indicators: incremental, fast, install-free." readme = "README.md" license = { text = "PolyForm-Noncommercial-1.0.0" } +authors = [{ name = "kingchenc", email = "kingchencp@gmail.com" }] requires-python = ">=3.9" keywords = ["finance", "trading", "indicators", "technical-analysis", "ta-lib"] classifiers = [