summaryrefslogtreecommitdiffstats
path: root/libs/pixtend/v2/pplv2/setup.py
blob: 6866e9de443b8086e15336db5f51c5ee043ee244 (plain)
1
2
3
4
5
6
7
8
9
10
11
from setuptools import setup

setup(name='pixtendlibv2',
      version='0.1.4',
      description='Python modules for PiXtend V2 boards.',
      url='https://www.pixtend.de',
      author='Kontron Electronics GmbH',
      author_email='info@pixtend.de',
      license='MIT License',
      packages=['pixtendv2core', 'pixtendv2s', 'pixtendv2l'],
      zip_safe=False, install_requires=['spidev', 'RPi.GPIO'])
bues.ch cgit interface