Skip to content

Commit 6f8421e

Browse files
committed
fix(release): fix wrong classifier
1 parent 73b353e commit 6f8421e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ classifiers = [
1313
"Topic :: Software Development :: Libraries :: Python Modules",
1414
"Programming Language :: Python :: Implementation :: CPython",
1515
"Programming Language :: Python :: Implementation :: PyPy",
16-
"'Programming Language :: Python :: 3 :: Only'",
16+
"Programming Language :: Python :: 3 :: Only",
1717
]
1818
include = [
1919
{ path = "tests", format = "sdist" }

0 commit comments

Comments
 (0)