diff setup.py @ 347:537de0300510

Remove the 'outgoing' wrapper, and use the Mercurial infrastructure instead.
author Dan Villiom Podlaski Christiansen <danchr@gmail.com>
date Fri, 22 May 2009 15:12:31 +0200
parents 46e69be8e2c8
children 1ad05cffb20f
line wrap: on
line diff
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ setup(
     long_description = open(os.path.join(os.path.dirname(__file__),
                                          'README')).read(),
     keywords = 'mercurial',
-    packages = ['hgsubversion', 'hgsubversion.svnwrap'],
+    packages = ('hgsubversion', 'hgsubversion.svnwrap'),
     platforms = 'any',
     classifiers = [
         'License :: OSI Approved :: GNU General Public License (GPL)',