Mercurial > code > home > repos > homeauto
view lib/export_to_influxdb/setup.py @ 1426:c3c2418d138c
fix pushconfig host lookup
Ignore-this: d53a114fdfb3bd3bf355a0c7293a1c7b
darcs-hash:6306237a7df35fffb57f27c31a971107608f979e
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Wed, 07 Aug 2019 21:06:46 -0700 |
parents | 9ecb04b1bb6d |
children | a2a9e60c7274 |
line wrap: on
line source
from setuptools import setup setup( name='export_to_influxdb', version='0.1.0', packages=['export_to_influxdb'], package_dir={'export_to_influxdb': ''}, url='https://projects.bigasterisk.com/export-to-influxdb/export_to_influxdb-0.1.0.tar.gz', author='Drew Perttula', author_email='drewp@bigasterisk.com', )