We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9128b1f commit 5fbbe81Copy full SHA for 5fbbe81
1 file changed
pyproject.toml
@@ -10,10 +10,10 @@ description = "Asynchronous P2P communication backend for decentralized pipeline
10
readme = "README.md"
11
requires-python = ">=3.12"
12
classifiers = [
13
- "Programming Language :: Python :: 3.12",
14
- "Programming Language :: Python :: 3.13",
+ "Programming Language :: Rust",
+ "Programming Language :: Python",
15
"License :: OSI Approved :: MIT License",
16
- "Operating System :: Linux",
+ "Operating System :: POSIX :: Linux",
17
]
18
license = {text = "MIT"}
19
license-files = ["LICENSE"]
0 commit comments