Skip to content

Commit 5fbbe81

Browse files
committed
Update classifiers in pyproject.toml
1 parent 9128b1f commit 5fbbe81

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ description = "Asynchronous P2P communication backend for decentralized pipeline
1010
readme = "README.md"
1111
requires-python = ">=3.12"
1212
classifiers = [
13-
"Programming Language :: Python :: 3.12",
14-
"Programming Language :: Python :: 3.13",
13+
"Programming Language :: Rust",
14+
"Programming Language :: Python",
1515
"License :: OSI Approved :: MIT License",
16-
"Operating System :: Linux",
16+
"Operating System :: POSIX :: Linux",
1717
]
1818
license = {text = "MIT"}
1919
license-files = ["LICENSE"]

0 commit comments

Comments
 (0)