diff 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
line wrap: on
line diff
--- a/setup.py	Fri Jul 05 08:07:48 2013 -0700
+++ b/setup.py	Thu Jan 16 04:29:39 2014 -0800
@@ -1,19 +1,19 @@
 from setuptools import setup, find_packages
 
-version = '0.2'
+version = '0.2.1'
 
 setup(name='silvermirror',
       version=version,
       description="mirror files across hosts",
       long_description="""\
 """,
-      classifiers=[], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers
+      classifiers=[],
       keywords='mirror unison',
       author='Jeff Hammel',
       author_email='k0scist@gmail.com',
       url='http://explosivedecompression.net',
       license='GPL',
-      packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
+      packages=['silvermirror'],
       include_package_data=True,
       zip_safe=False,
       install_requires=[