diff setup.py @ 503:a7c795920c4a

Merging trac-0.11 branch to trunk. This revision is equivalent to [571].
author wbell
date Mon, 09 Mar 2009 00:46:14 +0000
parents b87eda443ffc
children 5b4a1f1872d3
line wrap: on
line diff
--- a/setup.py
+++ b/setup.py
@@ -38,7 +38,7 @@
     package_data = {
         'bitten': ['htdocs/*.*',
                    'htdocs/charts_library/*.swf',
-                   'templates/*.cs']
+                   'templates/*.html']
     },
     test_suite = 'bitten.tests.suite',
     entry_points = {
@@ -62,6 +62,7 @@
             NS + 'c#configure = bitten.build.ctools:configure',
             NS + 'c#autoreconf = bitten.build.ctools:autoreconf',
             NS + 'c#cppunit = bitten.build.ctools:cppunit',
+            NS + 'c#cunit = bitten.build.ctools:cunit',
             NS + 'c#gcov = bitten.build.ctools:gcov',
             NS + 'c#make = bitten.build.ctools:make',
             NS + 'java#ant = bitten.build.javatools:ant',
Copyright (C) 2012-2017 Edgewall Software