cppcheck/htmlreport/setup.py

11 lines
188 B
Python
Executable File

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