Mercurial > code > home > repos > homeauto
view lib/homeauto_anynode/setup.py @ 535:bb43ad96da8c
start homeauto_anynode for files shared between arduino and pi
Ignore-this: 607e3e6e8d43f339caf6758f14619576
author | drewp@bigasterisk.com |
---|---|
date | Thu, 25 Apr 2019 17:34:53 -0700 |
parents | |
children | b71ada7ab461 |
line wrap: on
line source
from distutils.core import setup setup( name='homeauto_anynode', version='0.0.0', packages=['homeauto_anynode'], package_dir={'homeauto_anynode': ''}, url='https://projects.bigasterisk.com/homeauto_anynode/homeauto_anynode-0.0.0.tar.gz', author='Drew Perttula', author_email='drewp@bigasterisk.com', )