Commit a7330aba authored by Vincent Pelletier's avatar Vincent Pelletier

Coding style.

parent 73868a8d
...@@ -28,11 +28,11 @@ setup(name=name, ...@@ -28,11 +28,11 @@ setup(name=name,
'zc.buildout', # plays with buildout 'zc.buildout', # plays with buildout
], ],
zip_safe=True, zip_safe=True,
extras_require ={ extras_require={
'test': 'zope.testing', 'test': 'zope.testing',
}, },
entry_points={ entry_points={
'zc.buildout': [ 'zc.buildout': [
'default = slapos.recipe.template:Recipe', 'default = slapos.recipe.template:Recipe',
]}, ]},
) )
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