Commit 11328 for trunk.
[pyplnet.git] / setup.py
index 4a9d1f3..5993ca4 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -46,12 +46,10 @@ class bdist_rpmspec(Command):
 setup(
     name='pyplnet',
     version='4.3',
-    ext_modules=[
-    Extension('sioc', ['sioc.c']),
-    ],
     py_modules=[
     'plnet',
     'modprobe',
+    'sioc',
     ],
     cmdclass={'sdist': my_sdist, 'bdist_rpmspec': bdist_rpmspec},
     )