first commit
This commit is contained in:
commit
a5a0434432
1126 changed files with 439481 additions and 0 deletions
14
Script/i2c-tools-3.1.0/py-smbus/setup.py
Normal file
14
Script/i2c-tools-3.1.0/py-smbus/setup.py
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
from distutils.core import setup, Extension
|
||||
|
||||
setup( name="smbus",
|
||||
version="1.1",
|
||||
description="Python bindings for Linux SMBus access through i2c-dev",
|
||||
author="Mark M. Hoffman",
|
||||
author_email="mhoffman@lightlink.com",
|
||||
maintainer="Mark M. Hoffman",
|
||||
maintainer_email="linux-i2c@vger.kernel.org",
|
||||
license="GPLv2",
|
||||
url="http://lm-sensors.org/",
|
||||
ext_modules=[Extension("smbus", ["smbusmodule.c"])])
|
||||
Loading…
Add table
Add a link
Reference in a new issue