setup test env for ccc-analyzer rewrite

This commit is contained in:
Laszlo Nagy
2013-10-13 00:54:33 +02:00
parent bcf8cc8c79
commit 09ab6be75f
8 changed files with 179 additions and 4 deletions

View File

@@ -9,7 +9,8 @@ setup(
author='László Nagy',
author_email='rizsotto@gmail.com',
keywords=['clang', 'scan-build', 'checker', 'analyzer', 'static analyzer'],
scripts=['bin/beye'],
scripts=['bin/beye', 'bin/analyze'],
packages=['beye'],
url='https://github.com/rizsotto/Beye',
license='LICENSE.txt',
description='static code analyzer wrapper for Clang.',