diff options
| author | georg.brandl <devnull@localhost> | 2008-03-23 15:07:15 +0000 |
|---|---|---|
| committer | georg.brandl <devnull@localhost> | 2008-03-23 15:07:15 +0000 |
| commit | dd102839cc98b8fd3076455bf578e587957324d2 (patch) | |
| tree | 6cb932168ffc6fda4388b16c14f709a9583ef44a /setup.py | |
| parent | 222ce92b7306598f1ac7a4e9169937a20841d4bc (diff) | |
| download | sphinx-dd102839cc98b8fd3076455bf578e587957324d2.tar.gz | |
Make sphinx compatible with docutils SVN snapshots.0.1.61798
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'] ) |
