X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=setup.py;h=4295492e956f3f5824930dbb5491a79c7f3ad644;hb=c4fb57d29a40bb15a56cc09e423c5f785a5b63ce;hp=aa025ac727a456a17f8633360b5697ce97a4775e;hpb=7dae859585f8c35f94b579923f4dcdb81090c062;p=pypcilib.git diff --git a/setup.py b/setup.py index aa025ac..4295492 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup(name='pypciscan', description='PCI scanning from Python', author='Daniel Hokka Zakrisson', author_email='daniel@hozac.com', - packages=['pypcimap'], + py_modules=['pypcimap'], ext_modules=[Extension('pypciscan', ['pypciscan.c'], libraries=['pci', 'z'])], )