From 5532c6e5bdec7e0db18ec231a8edc931b1bc60ea Mon Sep 17 00:00:00 2001 From: Christopher Berner Date: Sat, 14 Mar 2020 10:05:39 -0700 Subject: [PATCH] More complete metadata for maturin --- Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 8190ca2..899c4ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] @@ -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"]