From e3d4a28a668944fa4373d6b38c8e221663c9b085 Mon Sep 17 00:00:00 2001 From: Uriah Finkel Date: Fri, 21 Aug 2026 02:42:27 +0300 Subject: [PATCH 1/3] Improve package metadata --- pyproject.toml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 1c64a582..84531dda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,6 +16,29 @@ name = "rtichoke" version = "0.1.35" description = "interactive visualizations for performance of predictive models" readme = "README.md" +keywords = [ + "prediction", + "model-performance", + "calibration", + "roc", + "survival-analysis", + "competing-risks", +] +classifiers = [ + "Development Status :: 4 - Beta", + "Intended Audience :: Science/Research", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", + "Topic :: Scientific/Engineering", +] + +[project.urls] +Documentation = "https://uriahf.github.io/rtichoke_python/" +Source = "https://github.com/uriahf/rtichoke_python" +Issues = "https://github.com/uriahf/rtichoke_python/issues" +Changelog = "https://github.com/uriahf/rtichoke_python/blob/main/CHANGELOG.md" [dependency-groups] dev = [ From 0888fc38eae4e030c962e109bb59d0ac9e281fe4 Mon Sep 17 00:00:00 2001 From: Uriah Finkel Date: Fri, 21 Aug 2026 02:46:35 +0300 Subject: [PATCH 2/3] Add rtichoke ecosystem links to package metadata --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 84531dda..75424c20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,6 +36,9 @@ classifiers = [ [project.urls] Documentation = "https://uriahf.github.io/rtichoke_python/" +"Python Tutorials" = "https://uriahf.github.io/rtichoke_blog_python/" +"R Package" = "https://github.com/uriahf/rtichoke" +"R Tutorials" = "https://rtichoke-blog.netlify.app/" Source = "https://github.com/uriahf/rtichoke_python" Issues = "https://github.com/uriahf/rtichoke_python/issues" Changelog = "https://github.com/uriahf/rtichoke_python/blob/main/CHANGELOG.md" From 326461e029dd004261cf720bcbff7c5d683b322a Mon Sep 17 00:00:00 2001 From: Uriah Finkel Date: Fri, 21 Aug 2026 02:49:01 +0300 Subject: [PATCH 3/3] Point R tutorials metadata to posts index --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 75424c20..57f8640c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ classifiers = [ Documentation = "https://uriahf.github.io/rtichoke_python/" "Python Tutorials" = "https://uriahf.github.io/rtichoke_blog_python/" "R Package" = "https://github.com/uriahf/rtichoke" -"R Tutorials" = "https://rtichoke-blog.netlify.app/" +"R Tutorials" = "https://rtichoke-blog.netlify.app/posts" Source = "https://github.com/uriahf/rtichoke_python" Issues = "https://github.com/uriahf/rtichoke_python/issues" Changelog = "https://github.com/uriahf/rtichoke_python/blob/main/CHANGELOG.md"