Skip to content

Instantly share code, notes, and snippets.

@multani
Last active January 2, 2016 19:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save multani/8348559 to your computer and use it in GitHub Desktop.
Save multani/8348559 to your computer and use it in GitHub Desktop.
zc.recipe.egg:custom bug
[buildout]
parts = foo
develop = .
[foo]
recipe = zc.recipe.egg:custom
egg = foo
environment = env
[env]
FOO = BAR
from setuptools import setup
setup(
name="foo",
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment