Skip to content

Commit 8a4d086

Browse files
committed
feature: fill in required python metainfo
1 parent dce950c commit 8a4d086

1 file changed

Lines changed: 16 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,26 @@ keywords = ["json", "python", "splitter"]
1010
repository = "https://github.com/shenek/python-streamson"
1111
categories = ["parsing"]
1212

13+
[package.metadata.maturin]
14+
classifier = [
15+
"Development Status :: 4 - Beta",
16+
"Intended Audience :: Developers",
17+
"License :: OSI Approved :: MIT License",
18+
"License :: OSI Approved",
19+
"Operating System :: MacOS",
20+
"Operating System :: Microsoft :: Windows",
21+
"Operating System :: POSIX :: Linux",
22+
"Programming Language :: Python :: 3.6",
23+
"Programming Language :: Python :: 3.7",
24+
"Programming Language :: Python :: 3.8",
25+
"Programming Language :: Python",
26+
"Programming Language :: Rust",
27+
]
28+
1329
[lib]
1430
name = "streamson"
1531
crate-type = ["cdylib"]
1632

17-
[package.metadata.maturin]
18-
classifier = ["Programming Language :: Python"]
19-
2033
[dependencies]
2134
pyo3 = { version = "0.10", features = ["extension-module"] }
2235
streamson-lib = "0.2.0"

0 commit comments

Comments
 (0)