Updated buildout default tip
authorThierry Florac <tflorac@ulthar.net>
Wed, 27 Nov 2019 16:51:15 +0100
changeset 22 fe3397e67de9
parent 21 7dcd342f35be
Updated buildout
buildout.cfg
--- a/buildout.cfg	Wed Nov 27 16:47:22 2019 +0100
+++ b/buildout.cfg	Wed Nov 27 16:51:15 2019 +0100
@@ -47,7 +47,7 @@
 [pylint]
 recipe = zc.recipe.egg
 eggs =
-    pyams_template
+    ${package:eggs}
     pylint
 entry-points = pylint=pylint.lint:Run
 arguments = sys.argv[1:]