1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Description: Remove the classifiers, because hatchling is braindead dumb.
Author: Unit 193 <unit193@debian.org>
Forwarded: not-needed
Bug: https://github.com/pypa/hatch/issues/1368
---
pyproject.toml | 5 -----
1 file changed, 5 deletions(-)
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -33,11 +33,6 @@ classifiers = [
"Environment :: Console",
"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",
"Programming Language :: Python :: Implementation",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
|