Skip to content

Commit 01e6176

Browse files
committed
Add OS classifiers to .toml file
1 parent ee5319d commit 01e6176

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ requires-python = ">=3.10"
1313
classifiers = [
1414
"Development Status :: 4 - Beta",
1515
"Intended Audience :: Science/Research",
16+
"Operating System :: Microsoft :: Windows",
17+
"Operating System :: MacOS",
18+
"Operating System :: POSIX :: Linux",
1619
"Programming Language :: Python :: 3",
1720
"Programming Language :: Python :: 3.10",
1821
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)