Skip to content

Commit a94c41c

Browse files
authored
🐛 Fix formatting of classifiers in pyproject.toml
1 parent 0026b2b commit a94c41c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ classifiers = [
3333
"Development Status :: 4 - Beta",
3434

3535
# license information can also be added as a classifier
36-
License :: OSI Approved :: MIT License,
36+
"License :: OSI Approved :: MIT License",
3737

3838
# supported operating systems/os independent
39-
Operating System :: OS Independent,
39+
"Operating System :: OS Independent",
4040

4141
# list of supported python versions
4242
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)