changeset 365:01b5a269d940

Register the `unittest` command in `setup.p` so that Bitten does not need to be installed just to run the command.
author cmlenz
date Mon, 23 Jul 2007 10:45:00 +0000
parents 5497c4f4d036
children 18a06917871f
files setup.py
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py
+++ b/setup.py
@@ -59,5 +59,7 @@
             NS + 'xml#transform = bitten.build.xmltools:transform'
         ]
     },
-    test_suite='bitten.tests.suite', zip_safe=True
+    test_suite='bitten.tests.suite',
+    zip_safe=True,
+    cmdclass = {'unittest': unittest}
 )
Copyright (C) 2012-2017 Edgewall Software