From 7597cd0b841a0ede22ff4cec6b4b91fb7d26a805 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Mon, 27 Feb 2023 23:21:40 -0800 Subject: PEP 621 compatibility --- Cargo.toml | 9 --------- 1 file changed, 9 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f1ed52e..dc2f5f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,15 +9,6 @@ readme = "README.md" homepage = "https://github.com/ArniDagur/python-adblock" repository = "https://github.com/ArniDagur/python-adblock" -[package.metadata.maturin] -classifier = [ - "Programming Language :: Python", - "Programming Language :: Rust", - "License :: OSI Approved :: MIT License", - "License :: OSI Approved :: Apache Software License", -] -requires-python = ">=3.7" - [profile.release] debug = true -- cgit v1.2.3