# setup.py from distutils.core import setup setup( name='cppSconsTemplate', version='0.0.0', scripts=['cppSconsInit.py',], );