diff setup.py @ 28:03911cb46f53

STUB: setup.py silvermirror/hg.py
author Jeff Hammel <k0scist@gmail.com>
date Fri, 31 Jan 2014 19:34:46 -0800
parents 5c5edfb827b7
children e86d475435ee
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: -*-