From 0215fb59e933b98c58b71fb29b0417a069efb0c1 Mon Sep 17 00:00:00 2001 From: Roman Bange Date: Tue, 16 Jun 2026 14:04:51 +0200 Subject: [PATCH] docs: mark package as deprecated and unmaintained --- README.md | 5 +++++ pyproject.toml | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 798dd82..12bf0aa 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # Statworx Theme +> [!WARNING] +> **This package is deprecated and is no longer being developed or maintained.** +> +> `statworx-theme` will receive no further updates, bug fixes, or support, and no new releases are planned. The package remains available on PyPI for existing users, but we recommend migrating away from it. Feel free to fork the repository if you wish to continue development independently. + [![PyPI version](https://badge.fury.io/py/statworx-theme.svg)](https://badge.fury.io/py/statworx-theme) [![Documentation Status](https://readthedocs.org/projects/statworx-theme/badge/?version=latest)](https://statworx-theme.readthedocs.io/en/latest/?badge=latest) [![Release](https://github.com/STATWORX/statworx-theme/actions/workflows/release.yml/badge.svg)](https://github.com/STATWORX/statworx-theme/actions/workflows/release.yml) diff --git a/pyproject.toml b/pyproject.toml index 208b403..5f74ad3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "statworx_theme" version = "2.0.2" -description = "A color theme for matplotlib using the offical statworx design" +description = "DEPRECATED - no longer maintained. A color theme for matplotlib using the offical statworx design" authors = [ "statworx Team ", "An Hoang ", @@ -13,6 +13,9 @@ license = "MIT" keywords = ["theme", "matplotlib", "plotting", "statworx"] repository = "https://github.com/STATWORX/statworx-theme" homepage = "https://statworx-theme.readthedocs.io/en/latest" +classifiers = [ + "Development Status :: 7 - Inactive", +] [tool.poetry.dependencies] python = ">=3.9,<4.0"