Mercurial > public > src > rhodecode
diff setup.py @ 244:782f0692b29c
fixed setup and install instructions
author | Marcin Kuzminski <marcin@python-works.com> |
---|---|
date | Tue, 01 Jun 2010 22:19:03 +0200 |
parents | 3380ca40cdba |
children | ca80f8c00562 |
line wrap: on
line diff
--- a/setup.py Tue Jun 01 22:06:48 2010 +0200 +++ b/setup.py Tue Jun 01 22:19:03 2010 +0200 @@ -11,13 +11,13 @@ version=get_version(), description='', author='marcin kuzminski', - author_email='marcin@python-blog.com', + author_email='marcin@python-works.com', url='', install_requires=[ "Pylons>=1.0.0", "SQLAlchemy>=0.6", "Mako>=0.3.2", - "vcs>=0.1.1", + "vcs>=0.1.2", "pygments>=1.3.0" ], setup_requires=["PasteScript>=1.6.3"],