Mercurial > code > home > repos > homeauto
view lib/homeauto_anynode/setup.py @ 1341:08dc3baa7d14
release 0.2.0
Ignore-this: 720a712599a00ca21e1a8a97a7c03a34
darcs-hash:c45119596b434bd7ffa2b276f1ec1de0095ecb28
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Thu, 25 Apr 2019 22:17:10 -0700 |
parents | bd1124bb25a4 |
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', )