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