summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorgeorg.brandl <devnull@localhost>2008-03-23 15:07:15 +0000
committergeorg.brandl <devnull@localhost>2008-03-23 15:07:15 +0000
commitdd102839cc98b8fd3076455bf578e587957324d2 (patch)
tree6cb932168ffc6fda4388b16c14f709a9583ef44a /setup.py
parent222ce92b7306598f1ac7a4e9169937a20841d4bc (diff)
downloadsphinx-dd102839cc98b8fd3076455bf578e587957324d2.tar.gz
Make sphinx compatible with docutils SVN snapshots.0.1.61798
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 210416ac..59063eb9 100644
--- a/setup.py
+++ b/setup.py
@@ -65,5 +65,5 @@ setup(
'sphinx-quickstart = sphinx.quickstart:main'
]
},
- install_requires=['Pygments>=0.8', 'docutils==0.4']
+ install_requires=['Pygments>=0.8', 'docutils>=0.4']
)