changeset 28:03911cb46f53

STUB: setup.py silvermirror/hg.py
author Jeff Hammel <k0scist@gmail.com>
date Fri, 31 Jan 2014 19:34:46 -0800
parents a648f57b1921
children 882b26fbfcd3
files setup.py silvermirror/hg.py
diffstat 2 files changed, 6 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Fri Jan 31 19:26:34 2014 -0800
+++ b/setup.py	Fri Jan 31 19:34:46 2014 -0800
@@ -11,15 +11,16 @@
       keywords='mirror unison',
       author='Jeff Hammel',
       author_email='k0scist@gmail.com',
-      url='http://explosivedecompression.net',
+      url='http://k0s.org/hg/silvermirror',
       license='GPL',
       packages=['silvermirror'],
       include_package_data=True,
       zip_safe=False,
       install_requires=[
-        'martINI',
-        'netifaces',
-        'pexpect',
+          'martINI',
+          'netifaces',
+          'pexpect',
+          'python-hglib',
       ],
       entry_points="""
       # -*- Entry points: -*-
--- a/silvermirror/hg.py	Fri Jan 31 19:26:34 2014 -0800
+++ b/silvermirror/hg.py	Fri Jan 31 19:34:46 2014 -0800
@@ -4,6 +4,7 @@
 stub for the hg backend of silvermirror
 """
 
+import hglib # http://mercurial.selenic.com/wiki/PythonHglib
 import os
 import sys
 import argparse