changeset 876:92bc5ddbda06 beta

fixed typo in setup.py
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 22 Dec 2010 01:53:56 +0100
parents 0765fd5bf668
children bc9a73adc216
files setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Tue Dec 21 16:58:22 2010 +0100
+++ b/setup.py	Wed Dec 22 01:53:56 2010 +0100
@@ -7,7 +7,7 @@
         "Pylons==1.0.0",
         "SQLAlchemy>=0.6.5",
         "Mako==0.3.6",
-        "vcs=>0.1.10",
+        "vcs>=0.1.10",
         "pygments>=1.3.1",
         "mercurial>=1.7.2",
         "whoosh>=1.3.4",