
env = Environment(tools=['default', 'cpythongen'])

hello = File('helloworld.py')

env.InstallPython('bin', hello)

env.Alias('install', 'bin')

