diff options
-rw-r--r-- | pyproject.toml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 4ecc4e7..0611979 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,6 +6,21 @@ authors = ["Johannes Christ <[email protected]>"] readme = "README.md" packages = [{include = "poetry_restrict_plugin"}] +[project] +classifiers = [ + "Development Status :: 3 - Alpha", + "Intended Audience :: Developers", + "License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)", + "Programming Language :: Python", + "Topic :: Software Development :: Build Tools" +] +maintainers = [ + {name = "Johannes Christ", email = "[email protected]"} +] + +[project.urls] +repository = "https://git.jchri.st/jc/poetry-restrict-plugin" + [tool.poetry.dependencies] python = "^3.11" poetry = "^1.8.3" |