from distutils.core import setup, Extension setup(name="third", version="1.0", ext_modules=[Extension("third", ["thirdmodule.c"])])