diff options
| author | Robert 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 |
| commit | 7597cd0b841a0ede22ff4cec6b4b91fb7d26a805 (patch) | |
| tree | aff2dc68f269a77fad5c418d73262411eb6c7efa /Cargo.toml | |
| parent | e8c923f69388dcff2c7805bec2269db2cc61d0c4 (diff) | |
PEP 621 compatibility
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 9 |
1 files changed, 0 insertions, 9 deletions
| @@ -9,15 +9,6 @@ readme = "README.md" | |||
| 9 | homepage = "https://github.com/ArniDagur/python-adblock" | 9 | homepage = "https://github.com/ArniDagur/python-adblock" |
| 10 | repository = "https://github.com/ArniDagur/python-adblock" | 10 | repository = "https://github.com/ArniDagur/python-adblock" |
| 11 | 11 | ||
| 12 | [package.metadata.maturin] | ||
| 13 | classifier = [ | ||
| 14 | "Programming Language :: Python", | ||
| 15 | "Programming Language :: Rust", | ||
| 16 | "License :: OSI Approved :: MIT License", | ||
| 17 | "License :: OSI Approved :: Apache Software License", | ||
| 18 | ] | ||
| 19 | requires-python = ">=3.7" | ||
| 20 | |||
| 21 | [profile.release] | 12 | [profile.release] |
| 22 | debug = true | 13 | debug = true |
| 23 | 14 | ||
