Skip to content

Instantly share code, notes, and snippets.

@multani
Last active January 2, 2016 19:09
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