from distutils.core import setup

setup(
        name='DecMCTS',
        version='0.2dev',
        py_modules=['DecMCTS']
        )