Mercurial > hg > silvermirror
comparison setup.py @ 41:c9d222b85e63
dependency + version bump
| author | Jeff Hammel <k0scist@gmail.com> |
|---|---|
| date | Thu, 23 Feb 2017 09:10:58 -0800 |
| parents | e86d475435ee |
| children | 7d28efc8dfa1 |
comparison
equal
deleted
inserted
replaced
| 40:d081ca2e8696 | 41:c9d222b85e63 |
|---|---|
| 1 from setuptools import setup | 1 from setuptools import setup |
| 2 | 2 |
| 3 version = '0.2.2' | 3 version = '0.2.3' |
| 4 | 4 |
| 5 setup(name='silvermirror', | 5 setup(name='silvermirror', |
| 6 version=version, | 6 version=version, |
| 7 description="mirror files across hosts", | 7 description="mirror files across hosts", |
| 8 long_description="""\ | 8 long_description="""\ |
| 15 license='GPL', | 15 license='GPL', |
| 16 packages=['silvermirror'], | 16 packages=['silvermirror'], |
| 17 include_package_data=True, | 17 include_package_data=True, |
| 18 zip_safe=False, | 18 zip_safe=False, |
| 19 install_requires=[ | 19 install_requires=[ |
| 20 'martINI', | 20 'martINI >= 0.6', |
| 21 'netifaces', | 21 'netifaces', |
| 22 'pexpect', | 22 'pexpect', |
| 23 'python-hglib', | 23 'python-hglib', |
| 24 ], | 24 ], |
| 25 entry_points=""" | 25 entry_points=""" |
