Skip to content

Commit

Permalink
Fixing setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
marinho committed Jun 18, 2011
1 parent 7ee0964 commit ff42527
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, 12, 'stable')
VERSION = (0, 4, 14, 'stable')

def get_version():
return '%d.%d.%d-%s'%VERSION
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
long_description = 'Geraldo is a Python and Django pluggable application that works with ReportLab to generate complex reports.',
author = 'Marinho Brandao',
author_email = 'marinho@gmail.com',
url = 'http://geraldo.sourceforge.net/',
url = 'http://www.geraldoreports.org/',
#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',],
Expand Down

0 comments on commit ff42527

Please sign in to comment.