Mercurial > code > home > repos > homeauto
view lib/homeauto_anynode/setup.py @ 538:e53ba7ac6dcd
release 0.2.0
Ignore-this: 720a712599a00ca21e1a8a97a7c03a34
author | drewp@bigasterisk.com |
---|---|
date | Thu, 25 Apr 2019 22:17:10 -0700 |
parents | b71ada7ab461 |
children | 3b4915ab7b74 |
line wrap: on
line source
from distutils.core import setup setup( name='homeauto_anynode', version='0.2.0', packages=['homeauto_anynode'], package_dir={'homeauto_anynode': ''}, url='https://projects.bigasterisk.com/homeauto_anynode/homeauto_anynode-0.2.0.tar.gz', author='Drew Perttula', author_email='drewp@bigasterisk.com', )