summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2024-07-27 19:48:00 +0200
committerGravatar Johannes Christ <[email protected]>2024-07-27 19:48:00 +0200
commit29209ff7728323f1561a813fb4ae88f3e16cd1fc (patch)
treedadc68d0bea257a46a9fcc1a95fd403b684e5c0c
parentPublish as Alpha 1 (diff)
Publish to PyPI
-rw-r--r--pyproject.toml15
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"