3 from distutils.core import setup, Extension
5 dolmod = Extension("dolmod", ["dolmod.c"],
8 setup(name = "dolcon-py",
10 description = "Python glue module for libdcui",
11 author = "Fredrik Tolf",
12 author_email = "fredrik@dolda2000.com",
13 url = "http://www.dolda2000.com/~fredrik/doldaconnect/",
14 ext_modules = [dolmod],
15 packages = ["dolcon"],