Commit d06e6d12 authored by Łukasz Nowak's avatar Łukasz Nowak

Fix more naming.

parent f0248982
slapos.recipebox
================
slapos.cookbook
===============
Box full of SlapOS ready recipes.
Cook book of SlapOS recipes.
......@@ -16,13 +16,13 @@ for f in glob.glob(os.path.join('slapos', 'recipe', 'README.*.txt')):
# https://bugs.launchpad.net/zc.buildout/+bug/85604
setup(name=name,
version=version,
description="Box full of slapos recipes.",
description="Cook book of SlapOS recipes.",
long_description=long_description,
classifiers=[
"Framework :: Buildout :: Recipe",
"Programming Language :: Python",
],
keywords='slapos recipe box',
keywords='slapos recipe',
license='GPLv3',
namespace_packages=['slapos', 'slapos.recipe'],
packages=find_packages(),
......
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