from setuptools import setup setup( name='condarecipe', version='0.1', py_modules = ['condarecipe'], entry_points = {"zc.buildout": ["default=condarecipe:Recipe"]}, )