Skip to content

Commit 15cb2fb

Browse files
committed
Fix issue with pyproject.toml classifier
1 parent d78bafc commit 15cb2fb

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
@@ -22,7 +22,7 @@ classifiers=[
2222
"Programming Language :: Python :: 3.11",
2323
"Programming Language :: Python :: Implementation",
2424
"Topic :: Internet :: WWW/HTTP",
25-
"Topic :: Software Development :: Testing,",
25+
"Topic :: Software Development :: Testing",
2626
"Topic :: Software Development :: Testing :: Unit",
2727
"Topic :: Software Development :: Testing :: Mocking",
2828
"Topic :: Software Development :: Quality Assurance",

0 commit comments

Comments
 (0)