Skip to content
Snippets Groups Projects
Commit a03ff020 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Fix minor indentation bug

parent dbfa5f78
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ from setuptools import setup, find_packages
setup(
name='xbob.buildout',
version='0.4.0a0',
version='0.3.3',
description="zc.buildout recipes to perform a variety of tasks required by Bob satellite packages",
keywords=['buildout', 'sphinx', 'nose', 'recipe', 'eggs', 'bob'],
url='http://github.com/bioidiap/xbob.buildout',
......
......@@ -102,7 +102,7 @@ class Sphinx(Script):
options.setdefault('panic', 'false')
options['dependent-scripts'] = 'false'
eggs = options.get('eggs', buildout['buildout']['eggs'])
options['eggs'] = tools.add_eggs(eggs, ['sphinx', 'sphinx-pypi-upload'])
options['eggs'] = tools.add_eggs(eggs, ['sphinx', 'sphinx-pypi-upload'])
Script.__init__(self, buildout, name, options)
def install(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment