[buildout]
extends = https://raw.githubusercontent.com/plone/plone.buildout/master/base.cfg
parts =
python
scripts
[python]
recipe = zc.recipe.egg
eggs =
your_package
[scripts]
recipe = zc.recipe.egg:scripts
eggs =
your_package
eggs +=
other_package
scripts =
your_script.py