From 4c4a93498f33fa35295db61d202ed9cafcd9b13a Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Tue, 28 Sep 2021 15:57:48 +0100 Subject: [PATCH] Add pypi metadata --- auto_compressor/Cargo.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/auto_compressor/Cargo.toml b/auto_compressor/Cargo.toml index c250183..1f3a031 100644 --- a/auto_compressor/Cargo.toml +++ b/auto_compressor/Cargo.toml @@ -4,7 +4,13 @@ authors = ["William Ashton"] version = "0.1.0" edition = "2018" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +[package.metadata.maturin] +requires-python = ">=3.6" +project-url = {Source = "https://github.com/matrix-org/rust-synapse-compress-state"} +classifier = [ + "Development Status :: 4 - Beta", + "Programming Language :: Rust", +] [dependencies] clap = "2.33.0"