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

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