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