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