Skip to content

Commit 8d0aff6

Browse files
committed
Fix tools.classifiers section in pyproject.toml
1 parent af3faec commit 8d0aff6

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

pyproject.toml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,7 @@ description = "🗂 Take the edge off `dataclass` 🗂"
55
authors = [{ name = "Tom Ritchford", email = "tom@swirly.com" }]
66
requires-python = ">=3.10"
77
readme = "README.md"
8-
classifiers = [
9-
"Programming Language :: Python :: 3",
10-
"Programming Language :: Python :: 3.8",
11-
"Programming Language :: Python :: 3.9",
12-
"Programming Language :: Python :: 3.10",
13-
"Programming Language :: Python :: 3.11",
14-
"Programming Language :: Python :: 3.12",
15-
"Programming Language :: Python :: 3.13",
16-
"Programming Language :: Python :: 3.14",
17-
]
8+
classifiers = ["Programming Language :: Python :: 3", "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"]
189
dependencies = [
1910
"dtyper>=2.5.0",
2011
"xmod",

0 commit comments

Comments
 (0)