Fix a bug with the optional dependency to rst2pdf.

This commit is contained in:
Alexis Metaireau 2010-11-08 00:15:34 +00:00
commit b391defeb6
2 changed files with 11 additions and 9 deletions

View file

@ -7,7 +7,7 @@ if sys.version_info < (2,7):
setup(
name = "pelican",
version = '2.4.4',
version = '2.4.5',
url = 'http://alexis.notmyidea.org/pelican/',
author = 'Alexis Metaireau',
author_email = 'alexis@notmyidea.org',