summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRobert Schütz <mail@dotlambda.de>2023-02-27 23:21:40 -0800
committerÁrni Dagur <arni@dagur.eu>2023-03-28 15:40:39 +0200
commit7597cd0b841a0ede22ff4cec6b4b91fb7d26a805 (patch)
treeaff2dc68f269a77fad5c418d73262411eb6c7efa /Cargo.toml
parente8c923f69388dcff2c7805bec2269db2cc61d0c4 (diff)
PEP 621 compatibility
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 0 insertions, 9 deletions
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"
9homepage = "https://github.com/ArniDagur/python-adblock" 9homepage = "https://github.com/ArniDagur/python-adblock"
10repository = "https://github.com/ArniDagur/python-adblock" 10repository = "https://github.com/ArniDagur/python-adblock"
11 11
12[package.metadata.maturin]
13classifier = [
14 "Programming Language :: Python",
15 "Programming Language :: Rust",
16 "License :: OSI Approved :: MIT License",
17 "License :: OSI Approved :: Apache Software License",
18]
19requires-python = ">=3.7"
20
21[profile.release] 12[profile.release]
22debug = true 13debug = true
23 14