Skip to content

Commit

Permalink
More complete metadata for maturin
Browse files Browse the repository at this point in the history
  • Loading branch information
cberner committed Mar 14, 2020
1 parent 7f9a627 commit 5532c6e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
name = "raptorq"
description = "RaptorQ (RFC6330)"
license = "Apache-2.0"
homepage = "https://github.com/cberner/raptorq"
repository = "https://github.com/cberner/raptorq"
readme = "README.md"
version = "1.3.1"
edition = "2018"
authors = ["Christopher Berner <[email protected]>"]
Expand Down Expand Up @@ -42,3 +44,12 @@ debug = true
[features]
benchmarking = []
python = ["pyo3"]

[package.metadata.maturin]
requires-python = ">= 3.5"
classifier = ["Development Status :: 4 - Beta",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Rust"]

0 comments on commit 5532c6e

Please sign in to comment.