view lib/export_to_influxdb/setup.py @ 1378:fecbac537f63

faster keepalive from esp chip. report aliveness into the graph. more programming tasks in tasks.py Ignore-this: f8fca86291d3082cb309524fbd5baf1c darcs-hash:9ef8e6bfe77887aa8450596fd3f662acd969d8ef
author drewp <drewp@bigasterisk.com>
date Mon, 06 May 2019 21:06:08 -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',
)