Mercurial > hg > silvermirror
comparison setup.py @ 20:5c5edfb827b7
more the things
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Thu, 16 Jan 2014 04:29:39 -0800 |
parents | f8edfc9c28ba |
children | 03911cb46f53 |
comparison
equal
deleted
inserted
replaced
19:54e9c335e239 | 20:5c5edfb827b7 |
---|---|
1 from setuptools import setup, find_packages | 1 from setuptools import setup, find_packages |
2 | 2 |
3 version = '0.2' | 3 version = '0.2.1' |
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="""\ |
9 """, | 9 """, |
10 classifiers=[], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers | 10 classifiers=[], |
11 keywords='mirror unison', | 11 keywords='mirror unison', |
12 author='Jeff Hammel', | 12 author='Jeff Hammel', |
13 author_email='k0scist@gmail.com', | 13 author_email='k0scist@gmail.com', |
14 url='http://explosivedecompression.net', | 14 url='http://explosivedecompression.net', |
15 license='GPL', | 15 license='GPL', |
16 packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), | 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', |
21 'netifaces', | 21 'netifaces', |