# test_isdigit extension module setup script from distutils.core import setup, Extension setup(name='test_isdigit', ext_modules=[Extension('test_isdigit', ['test_isdigit.c'])])