# HG changeset patch # User Franz Glasner # Date 1776616411 -7200 # Node ID f4d6cf8e6ea387fa7d16c50f6d7ed7c9a6afcc67 # Parent 74b95ceeda5f9667ea67292e63031f0ab2420894 Refine the Trove Classifiers diff -r 74b95ceeda5f -r f4d6cf8e6ea3 pyproject.toml --- a/pyproject.toml Sun Apr 19 18:26:06 2026 +0200 +++ b/pyproject.toml Sun Apr 19 18:33:31 2026 +0200 @@ -13,8 +13,16 @@ ] classifiers = [ "Development Status :: 4 - Beta", + "Intended Audience :: Developers", + "Intended Audience :: Education", + "Intended Audience :: End Users/Desktop", + "Intended Audience :: Information Technology", "License :: OSI Approved :: MIT License", "Natural Language :: French", + "Operating System :: OS Independent", + "Programming Language :: Python", + "Topic :: Documentation", + "Topic :: Software Development :: Documentation", "Topic :: Text Processing", "Topic :: Utilities", ]