Mercurial > code > home > repos > homeauto
view lib/export_to_influxdb/setup.py @ 1490:455b1b80516e
introduce capnp, more build, some demos
Ignore-this: 29801e9e9f8a85fd0d822207c6eacce1
darcs-hash:b2da18876d27b0fb9192811375752b5c4e7322e0
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Thu, 23 Jan 2020 21:00:47 -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', )