changeset 2:3c88863abf08

add dependency on mercurial
author Robert Marianski <rob@marianski.com>
date Sun, 04 Oct 2009 15:31:13 -0400
parents f0832eb3f678
children ee67528d75e7
files setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Sun Oct 04 15:30:59 2009 -0400
+++ b/setup.py	Sun Oct 04 15:31:13 2009 -0400
@@ -18,7 +18,7 @@
       include_package_data=True,
       zip_safe=False,
       install_requires=[
-          # -*- Extra requirements: -*-
+          'mercurial',
       ],
       entry_points="""
       # -*- Entry points: -*-