Skip to content

Commit

Permalink
Fixing reportlab requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
marinho committed Jun 7, 2012
1 parent 0d05d9f commit 9793d0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion geraldo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
- tests - a package with automated doc tests.
"""

VERSION = (0, 4, 14)
VERSION = (0, 4, 15)

def get_version():
return '%d.%d.%d'%VERSION
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
#download_url = 'http://ufpr.dl.sourceforge.net/sourceforge/geraldo/Geraldo-0.2-stable.tar.gz',
license = 'GNU Lesser General Public License (LGPL)',
packages = ['geraldo', 'geraldo.tests', 'geraldo.generators',],
#install_requires = ['reportlab','pil'],
install_requires = ['reportlab',],
)

0 comments on commit 9793d0f

Please sign in to comment.