view lib/export_to_influxdb/setup.py @ 1436:615cd1be0d87

RgbStrip init fix Ignore-this: 2fe82ee432152e2902cc1d81d0895341 darcs-hash:3d392d8d6e33f9cc710d81c1e8631f59b547113c
author drewp <drewp@bigasterisk.com>
date Mon, 12 Aug 2019 01:10:12 -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',
)