Rewrite sioc.c in Python so pyplnet can be easily used from the BootManager.
[pyplnet.git] / setup.py
index f3a5579..d039eb1 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -46,12 +46,10 @@ class bdist_rpmspec(Command):
 setup(
     name='pyplnet',
     version='4.2',
-    ext_modules=[
-    Extension('sioc', ['sioc.c']),
-    ],
     py_modules=[
     'plnet',
     'modprobe',
+    'sioc',
     ],
     cmdclass={'sdist': my_sdist, 'bdist_rpmspec': bdist_rpmspec},
     )