summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2024-06-07 15:37:33 +0200
committerEarl Warren <contact@earl-warren.org>2024-06-09 16:04:57 +0200
commiteaa2fef868f046c00e0f99c9d3815e650d4faad1 (patch)
tree19de01a58e543757cee2579fee7beca385e8ead4 /pyproject.toml
parentAllow including `Reviewed-on`/`Reviewed-by` lines for custom merge messages (... (diff)
downloadforgejo-eaa2fef868f046c00e0f99c9d3815e650d4faad1.tar.xz
forgejo-eaa2fef868f046c00e0f99c9d3815e650d4faad1.zip
Enable poetry non-package mode (#31282)
[Poetry 1.8.0](https://github.com/python-poetry/poetry/releases/tag/1.8.0) added support for [non-package mode](https://python-poetry.org/docs/basic-usage/#operating-modes), e.g. projects that are not python packages themselves like we are. Make use of that and remove the previous workaround via `--no-root`. (cherry picked from commit 15debbbe4eb94c1855a0178e379b7e3d19bd07ad) Conflicts: Makefile pyproject.toml trivial context conflict
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml5
1 files changed, 1 insertions, 4 deletions
diff --git a/pyproject.toml b/pyproject.toml
index fb92f611aa..cfcc44c4c3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,8 +1,5 @@
[tool.poetry]
-name = "forgejo"
-version = "0.0.0"
-description = ""
-authors = []
+package-mode = false
[tool.poetry.dependencies]
python = "^3.10"