Commit 02f2c825 authored by Łukasz Nowak's avatar Łukasz Nowak

Recipes are in cook book not in a box.

parent cc69648e
*pyc
build
dist
slapos.recipebox.egg-info
slapos.cookbook.egg-info
......@@ -3,7 +3,7 @@ import glob
import os
version = '0.1'
name = 'slapos.recipebox'
name = 'slapos.cookbook'
long_description = open("README.txt").read() + "\n" + \
open("CHANGES.txt").read() + "\n"
......
......@@ -39,7 +39,7 @@ class BaseSlapRecipe:
def __init__(self, buildout, name, options):
"""Default initialisation"""
self.name = name
options['eggs'] = 'slapos.recipebox'
options['eggs'] = 'slapos.cookbook'
self.options = options
self.logger = logging.getLogger(self.name)
self.slap = slap.slap()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment