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 --- pyproject.toml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index c3656a4..5655122 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,18 @@ -[tool.poetry] +[project] name = "adblock" version = "0.0.0" description = "Brave's adblocking in Python" -authors = ["Árni Dagur "] +requires-python = ">=3.7" +authors = [ + {email = "arni@dagur.eu"}, + {name = "Árni Dagur"} +] +classifiers = [ + "Programming Language :: Python", + "Programming Language :: Rust", + "License :: OSI Approved :: MIT License", + "License :: OSI Approved :: Apache Software License", +] [tool.poetry.dependencies] python = "^3.6" -- cgit v1.2.3