[Checkins] SVN: zopyx.convert2/trunk/setup.py using nose.collector

Andreas Jung andreas at andreas-jung.com
Fri Dec 26 11:10:45 EST 2008


Log message for revision 94354:
  using nose.collector 
  

Changed:
  U   zopyx.convert2/trunk/setup.py

-=-
Modified: zopyx.convert2/trunk/setup.py
===================================================================
--- zopyx.convert2/trunk/setup.py	2008-12-26 16:05:12 UTC (rev 94353)
+++ zopyx.convert2/trunk/setup.py	2008-12-26 16:10:45 UTC (rev 94354)
@@ -1,7 +1,7 @@
 ##########################################################################
 # zopyx.convert2 - XSL-FO related functionalities
 #
-# (C) 2007, ZOPYX Ltd & Co. KG, Tuebingen, Germany
+# (C) 2007, 2008 ZOPYX Ltd & Co. KG, Tuebingen, Germany
 ##########################################################################
 
 import os
@@ -33,6 +33,7 @@
       packages=['zopyx', 'zopyx.convert2'],
       package_dir = {'': 'src'},
       include_package_data = True,
+      test_suite='nose.collector',
       zip_safe=False,
       install_requires=['setuptools', 'elementtree', 'BeautifulSoup'],
       namespace_packages=['zopyx'],



More information about the Checkins mailing list