X-Git-Url: http://git.onelab.eu/?p=pypcilib.git;a=blobdiff_plain;f=setup.py;h=782ed1e0351c2b9e84b99e1d07db388100424d6b;hp=4295492e956f3f5824930dbb5491a79c7f3ad644;hb=dcd1c83597647b6b3e6893a340b91a02a50f7f77;hpb=8649b5e40e98d00afddcb5b903d46d2444fdba59 diff --git a/setup.py b/setup.py index 4295492..782ed1e 100644 --- a/setup.py +++ b/setup.py @@ -3,11 +3,9 @@ from distutils.core import setup, Extension setup(name='pypciscan', - version='0.1', + version='0.2', description='PCI scanning from Python', - author='Daniel Hokka Zakrisson', + author='Daniel Hokka Zakrisson and Stephen Soltesz', author_email='daniel@hozac.com', - py_modules=['pypcimap'], - ext_modules=[Extension('pypciscan', ['pypciscan.c'], - libraries=['pci', 'z'])], + py_modules=['pypcimap', 'pypci'], )