Mercurial > code > home > repos > homeauto
view lib/homeauto_anynode/setup.py @ 1338:6a985d5d233d
start homeauto_anynode for files shared between arduino and pi
Ignore-this: 607e3e6e8d43f339caf6758f14619576
darcs-hash:a5b1333b2bdb27d8eba2c2009108edebe61098ed
author | drewp <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', )