mirror of
https://github.com/novoid/appendfilename.git
synced 2026-06-14 12:21:25 +00:00
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:
parent
207c80563c
commit
57d9af2a4e
1 changed files with 11 additions and 2 deletions
|
|
@ -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",
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue