Mercurial > code > home > repos > homeauto
view lib/export_to_influxdb/setup.py @ 1489:a4fb4cc60ae1
get some iot2 tests going
Ignore-this: cdfdf88f445f043aa5aa55f737f6b776
darcs-hash:f0dc8fe99648fd4f7a3870c2b564ae1e4c85fdd9
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Tue, 21 Jan 2020 23:59:45 -0800 |
parents | 6c6b14c39cd2 |
children | 50b95bd96141 |
line wrap: on
line source
from setuptools import setup setup( name='export_to_influxdb', version='0.2.0', packages=['export_to_influxdb'], package_dir={'export_to_influxdb': ''}, install_requires=[ 'influxdb >= 3.0.0' ], url='https://projects.bigasterisk.com/export-to-influxdb/export_to_influxdb-0.2.0.tar.gz', author='Drew Perttula', author_email='drewp@bigasterisk.com', )