From 7ebb60b60a65f2b0e080823914b0a2039f70ef92 Mon Sep 17 00:00:00 2001 From: kingchenc Date: Thu, 11 Jun 2026 18:11:54 +0200 Subject: [PATCH] chore: improve package registry metadata (R-universe, PyPI, NuGet) (#259) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes the package-page discoverability gaps found while auditing the public registry listings. No code or version change — metadata only; takes effect on the next registry build/publish. ## R — R-universe (`bindings/r`) - `DESCRIPTION`: add the R-universe URL to `URL:` and a CRAN-permitted `X-schema.org-keywords` field (feeds R-universe's search/ranking). - Add a package logo at `man/figures/logo.png` (pkgdown convention → shown in the R-universe packages tab) and reference it in the R `README.md`. - Maintainer email is **unchanged** (`support@wickra.org`). ## Python — PyPI (`bindings/python`) - `pyproject.toml`: add a `Documentation` project URL (`https://docs.wickra.org`) so it appears in the PyPI sidebar. ## C# — NuGet (`bindings/csharp`) - Add `icon.png` (brand mark) and `` so nuget.org shows the logo instead of the default placeholder. ## Notes - Rust/crates.io, Node/npm, Go/pkg.go.dev and Java/Maven Central were audited and are already complete for their respective metadata models (no icon/keyword concept on some). - The repository topic `rstats` was added (replacing the redundant `webassembly`, since `wasm` already covers it) so R is represented alongside the other language tags. --- CHANGELOG.md | 7 +++++++ bindings/csharp/Wickra/Wickra.csproj | 2 ++ bindings/csharp/icon.png | Bin 0 -> 40425 bytes bindings/python/pyproject.toml | 1 + bindings/r/DESCRIPTION | 6 +++++- bindings/r/README.md | 2 +- bindings/r/man/figures/logo.png | Bin 0 -> 40425 bytes 7 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 bindings/csharp/icon.png create mode 100644 bindings/r/man/figures/logo.png diff --git a/CHANGELOG.md b/CHANGELOG.md index 935604f5..9e36511b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Changed +- Package registry metadata for better discoverability: + - R (R-universe): added the R-universe URL and `X-schema.org-keywords` to the + R `DESCRIPTION`, plus a package logo at `bindings/r/man/figures/logo.png` + (pkgdown convention). + - Python (PyPI): added a `Documentation` project URL. + - C# (NuGet): added a package icon via `PackageIcon`. ## [0.8.5] - 2026-06-11 ### Fixed diff --git a/bindings/csharp/Wickra/Wickra.csproj b/bindings/csharp/Wickra/Wickra.csproj index 9b74cbcf..d2f5d1fc 100644 --- a/bindings/csharp/Wickra/Wickra.csproj +++ b/bindings/csharp/Wickra/Wickra.csproj @@ -20,6 +20,7 @@ git technical-analysis;indicators;trading;finance;streaming;ffi;native README.md + icon.png true snupkg true @@ -42,6 +43,7 @@ +