Mercurial > code > home > repos > homeauto
view lib/export_to_influxdb/setup.py @ 1407:6c86c6a87eab
update standardservice. add --dns to all docker runs
Ignore-this: 7439dab992e614fa8fa562f4f750e57b
darcs-hash:f765086ee3524d876864142fc6c37d971ec970ac
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Tue, 23 Jul 2019 10:29:31 -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', )