Guest User

Untitled

a guest
Apr 21st, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. [pyflakes]
  2. recipe = zc.recipe.egg
  3. eggs = pyflakes
  4. scripts = pyflakes
  5. entry-points = pyflakes=pyflakes.scripts.pyflakes:main
  6. initialization = if not sys.argv[1:]: sys.argv[1:] = ["${buildout:src-directory}"]
  7.  
  8. [pyflakesrun]
  9. recipe = collective.recipe.cmd
  10. on_install = true
  11. cmds = ${buildout:bin-directory}/${pyflakes:scripts}
Add Comment
Please, Sign In to add comment