Mercurial > hg > silvermirror
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: -*-