diff setup.py @ 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 b956e6f415a2
children 0ed8016d2886
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",