Mercurial > code > home > repos > homeauto
view lib/devices_shared/setup.py @ 1431:af2d0249a2cc
wip for pytype support and separate device run loops on piNode
Ignore-this: 9aa9a3a7e715afefbc858050e02c4c62
darcs-hash:998d048d88b8cbc9e5fcd7576dec8687a9960e8c
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Sat, 10 Aug 2019 23:33:50 -0700 |
parents | f54660b33a24 |
children | d7cd15c1d762 |
line wrap: on
line source
from setuptools import setup setup( name='devices_shared', version='0.3.0', packages=['devices_shared'], package_dir={'devices_shared': ''}, install_requires=[ 'numpy', 'imageio', 'rdflib', ], url='https://projects.bigasterisk.com/devices_shared/devices_shared-0.3.0.tar.gz', author='Drew Perttula', author_email='drewp@bigasterisk.com', )