From: Karl O. Pinc Date: Mon, 21 Oct 2024 14:43:44 +0000 (-0500) Subject: As of plaster-yaml 2.0 an entrypoint is redundent and raises an error X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=e5385c3c341296eaa072ef9e4d14b9c757541689;p=pgwui_server As of plaster-yaml 2.0 an entrypoint is redundent and raises an error --- diff --git a/pyproject.toml b/pyproject.toml index f313865..278304f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,3 @@ classifiers = [ # Its configuration is manually coded. [project.entry-points.'paste.app_factory'] 'main' = 'pgwui_server.pgwui_server:main' - -# Use yaml configuration -[project.entry-points.'plaster.loader_factory'] -'file+yaml' = 'plaster_yaml:Loader'