Skip to content

Instantly share code, notes, and snippets.

@nutjob4life
Created May 27, 2014 20:12
Show Gist options
  • Save nutjob4life/e6eb3978e07133f35fe8 to your computer and use it in GitHub Desktop.
Save nutjob4life/e6eb3978e07133f35fe8 to your computer and use it in GitHub Desktop.
When developing a Python package ...
[buildout]
extensions = buildout.packagename
parts = python
develop = .
[python]
recipe = zc.recipe.egg
interpreter = python
eggs = ${buildout:package-name}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment