Skip to content

Commit c9a35a8

Browse files
committed
Fixed metadata bug in the build file
1 parent 28a8986 commit c9a35a8

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
@@ -31,7 +31,7 @@ classifiers = [
3131
"Topic :: Software Development :: Libraries",
3232
"License :: OSI Approved :: MIT License",
3333
"Programming Language :: Python :: 3 :: Only",
34-
"Programming Language :: Python :: 3.6 :: Only",
34+
"Programming Language :: Python :: 3.6",
3535
"Programming Language :: Python :: 3.7",
3636
"Programming Language :: Python :: 3.8",
3737
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)