from distutils.core import setup setup( name='DecMCTS', version='0.1dev', py_modules=['DecMCTS'] )