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