Commit a7330aba authored by Vincent Pelletier's avatar Vincent Pelletier

Coding style.

parent 73868a8d
......@@ -17,22 +17,22 @@ setup(name=name,
classifiers=[
"Framework :: Buildout :: Recipe",
"Programming Language :: Python",
],
],
keywords='slapos recipe',
license='GPLv3',
namespace_packages=['slapos', 'slapos.recipe'],
packages=find_packages(),
include_package_data=True,
install_requires=[
'setuptools', # namespaces
'zc.buildout', # plays with buildout
],
'setuptools', # namespaces
'zc.buildout', # plays with buildout
],
zip_safe=True,
extras_require ={
'test': 'zope.testing',
extras_require={
'test': 'zope.testing',
},
entry_points={
'zc.buildout': [
'default = slapos.recipe.template:Recipe',
'zc.buildout': [
'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