Mercurial > code > home > repos > homeauto
view lib/devices_shared/setup.py @ 1342:1542e6b05085
add devices_shared/__init__.py
Ignore-this: c92dba3ff41fe69c8be04b4528622f90
darcs-hash:b64eb9dd15b42b04cfb8844e639ce91079f2a840
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Thu, 25 Apr 2019 22:36:58 -0700 |
parents | c813d8228a25 |
children | 4ce968eecaa9 |
line wrap: on
line source
from distutils.core import setup setup( name='devices_shared', version='0.1.0', packages=['devices_shared'], package_dir={'devices_shared': ''}, requires=[ 'numpy', 'imageio', 'rdflib', ], url='https://projects.bigasterisk.com/devices_shared/devices_shared-0.1.0.tar.gz', author='Drew Perttula', author_email='drewp@bigasterisk.com', )