diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 11 |
1 files 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 <[email protected]>"] +maintainers = ["Johannes Christ <[email protected]>"] 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 = "[email protected]"} -] - -[project.urls] repository = "https://git.jchri.st/jc/poetry-restrict-plugin" +keywords = ["poetry", "security", "landlock"] [tool.poetry.dependencies] python = "^3.11" |