From af918a678b42094475f40f249b049697d7e237b7 Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Sun, 28 Jul 2024 13:30:13 +0200 Subject: Move project information into section used by poetry --- pyproject.toml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cdd17c6..836551b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,23 +3,20 @@ name = "poetry-restrict-plugin" version = "0.1.0a3" description = "Restrict Poetry to a smaller privilege" authors = ["Johannes Christ "] +maintainers = ["Johannes Christ "] readme = "README.md" packages = [{include = "poetry_restrict_plugin"}] - -[project] +license = "LGPL-3.0-or-later" classifiers = [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)", "Programming Language :: Python", + "Topic :: Security", "Topic :: Software Development :: Build Tools" ] -maintainers = [ - {name = "Johannes Christ", email = "jc@jchri.st"} -] - -[project.urls] repository = "https://git.jchri.st/jc/poetry-restrict-plugin" +keywords = ["poetry", "security", "landlock"] [tool.poetry.dependencies] python = "^3.11" -- cgit v1.2.3