style(pyproject.toml): sort classifiers for PyPI

To ease the retrieval of appendfilename on PyPI, classifiers were
rearranged / complemented.

Signed-off-by: Norwid Behrnd <nbehrnd@yahoo.com>
This commit is contained in:
Norwid Behrnd 2026-05-13 18:00:38 +02:00
parent 207c80563c
commit 57d9af2a4e

View file

@ -18,13 +18,22 @@ keywords = [
"time",
"time-stamps"
]
# https://pypi.org/classifiers/
classifiers = [
"Programming Language :: Python :: 3 :: Only",
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Intended Audience :: End Users/Desktop",
"Operating System :: OS Independent"
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
]
dependencies = [
"pyreadline3>=3.5.4",
]