diff options
author | 2024-07-27 19:48:00 +0200 | |
---|---|---|
committer | 2024-07-27 19:48:00 +0200 | |
commit | 29209ff7728323f1561a813fb4ae88f3e16cd1fc (patch) | |
tree | dadc68d0bea257a46a9fcc1a95fd403b684e5c0c /pyproject.toml | |
parent | Publish as Alpha 1 (diff) |
Publish to PyPI
Diffstat (limited to 'pyproject.toml')
-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" |