Commit c6b5de35 authored by Tomáš Peterka's avatar Tomáš Peterka

Fix dependency in setup

parent 5f3a0128
...@@ -61,7 +61,7 @@ setup(name=name, ...@@ -61,7 +61,7 @@ setup(name=name,
'docs': ( 'docs': (
'Sphinx', 'Sphinx',
'repoze.sphinx.autointerface', 'repoze.sphinx.autointerface',
'sphinxcontrib.programoutput' 'sphinxcontrib-programoutput'
), ),
'ipython_console': ('ipython',), 'ipython_console': ('ipython',),
'bpython_console': ('bpython',)}, 'bpython_console': ('bpython',)},
......
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