yet another attempt
[pypcilib.git] / setup.py
1 #!/usr/bin/env python
2
3 from distutils.core import setup, Extension
4
5 setup(name='pypciscan',
6       version='0.2',
7       description='PCI scanning from Python',
8       author='Daniel Hokka Zakrisson and Stephen Soltesz',
9       author_email='daniel@hozac.com',
10       py_modules=['pypcimap', 'pypci'],
11      )