kel_project_template/setup.py

12 lines
154 B
Python

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