Mercurial > code > home > repos > homeauto
view lib/export_to_influxdb/setup.py @ 622:4880a9868673
whitespace
Ignore-this: 5ebd8b301f22adecc8c34b9e28aa8c76
author | drewp@bigasterisk.com |
---|---|
date | Wed, 07 Aug 2019 21:06:04 -0700 |
parents | 6d482537e4cc |
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', )