diff setup.py @ 547:bd02aae24b54

Integrate a fixed-up form of [http://pypi.python.org/pypi/EatLint EatLint] into Bitten: * Summarizer for pylint results * Graph of pylint warnings * This patches the original plugin to not use clearsilver and work with trunk * Tests included Patch from `hodgestar` - fixes #379
author dfraser
date Thu, 02 Apr 2009 13:49:50 +0000
parents e9a22dc21e29
children 6a8dcbffdce2
line wrap: on
line diff
--- a/setup.py
+++ b/setup.py
@@ -59,6 +59,7 @@
             'bitten.web_ui = bitten.web_ui',
             'bitten.testing = bitten.report.testing',
             'bitten.coverage = bitten.report.coverage',
+            'bitten.lint = bitten.report.lint',
             'bitten.notify = bitten.notify'
         ],
         'bitten.recipe_commands': [
Copyright (C) 2012-2017 Edgewall Software