cppcheck/htmlreport/setup.py
2012-09-09 08:48:13 -07:00

11 lines
196 B
Python
Executable File

#!/usr/bin/env python
from distutils.core import setup
if __name__ == '__main__':
setup(
name="cppcheck",
scripts=[
"cppcheck-htmlreport",
]
)