comparison 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
comparison
equal deleted inserted replaced
534:db58e417b9eb 535:bb43ad96da8c
1 from distutils.core import setup
2
3 setup(
4 name='homeauto_anynode',
5 version='0.0.0',
6 packages=['homeauto_anynode'],
7 package_dir={'homeauto_anynode': ''},
8 url='https://projects.bigasterisk.com/homeauto_anynode/homeauto_anynode-0.0.0.tar.gz',
9 author='Drew Perttula',
10 author_email='drewp@bigasterisk.com',
11 )