Mercurial > code > home > repos > homeauto
view lib/homeauto_anynode/setup.py @ 1415:a02b1b08f24f
clean up very old reasoning configs
Ignore-this: 29c9a3145a640c8a71d4add8ee219fae
darcs-hash:64a8a52854f34fc3ae932b796552795df31be1bb
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Wed, 24 Jul 2019 01:12:29 -0700 |
parents | 8729ae91bd1d |
children | 8a39ec6adc20 |
line wrap: on
line source
from setuptools import setup setup( name='homeauto_anynode', version='0.5.0', packages=['homeauto_anynode'], package_dir={'homeauto_anynode': ''}, include_package_data=True, url='https://projects.bigasterisk.com/homeauto-anynode/homeauto_anynode-0.5.0.tar.gz', author='Drew Perttula', author_email='drewp@bigasterisk.com', )