projects
/
pgwui_server
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa18729
)
As of plaster-yaml 2.0 an entrypoint is redundent and raises an error
author
Karl O. Pinc
<kop@karlpinc.com>
Mon, 21 Oct 2024 14:43:44 +0000
(09:43 -0500)
committer
Karl O. Pinc
<kop@karlpinc.com>
Mon, 21 Oct 2024 14:43:44 +0000
(09:43 -0500)
pyproject.toml
patch
|
blob
|
history
diff --git
a/pyproject.toml
b/pyproject.toml
index f31386590f5537ffb16229fe674b0e99dc59e8f8..278304f316cd4657b820dceb54d73b5ad1da9b81 100644
(file)
--- 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'