Skip to content

Commit a644705

Browse files
authored
Merge pull request #309 from corenting/chore/fix-classifier
fix(release): fix wrong classifier
2 parents 73b353e + 6f8421e commit a644705

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)