This is an automated email from the ASF dual-hosted git repository. gcruz pushed a commit to branch gc/8580 in repository https://gitbox.apache.org/repos/asf/allura.git
The following commit(s) were added to refs/heads/gc/8580 by this push: new d57a6feb0 [#8580] include paster plugins d57a6feb0 is described below commit d57a6feb0589cc06e36f6c5ab4ca8d0d530a998e Author: Guillermo Cruz <guillermo.c...@slashdotmedia.com> AuthorDate: Mon May 26 09:17:57 2025 -0600 [#8580] include paster plugins --- Allura/pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Allura/pyproject.toml b/Allura/pyproject.toml index f8998a080..1e0d87db8 100644 --- a/Allura/pyproject.toml +++ b/Allura/pyproject.toml @@ -71,6 +71,8 @@ encoding = "utf-8" # ] #}""" +[tool.paster] +paster-plugins = ['PasteScript', 'TurboGears2', 'Ming'] [project.entry-points."paste.app_factory"] main = "allura.config.middleware:make_app"