add sigar.py
This commit is contained in:
parent
eec208a660
commit
bd22abb351
@ -14,4 +14,5 @@ _sigar = Extension(
|
||||
undef_macros=[])
|
||||
|
||||
setup(name="pysigar", version="0.1",
|
||||
py_modules = ['sigar'],
|
||||
ext_modules=[_sigar])
|
||||
|
1
bindings/python/sigar.py
Normal file
1
bindings/python/sigar.py
Normal file
@ -0,0 +1 @@
|
||||
from _sigar import *
|
Loading…
Reference in New Issue
Block a user