view lib/export_to_influxdb/setup.py @ 1380:7229daca9c9a

simple api checks for (any) user too Ignore-this: 84192f452f44ba481f77629bf065f2d1 darcs-hash:f1b3dc8be5cefd577c09268c2564645c6529c22c
author drewp <drewp@bigasterisk.com>
date Mon, 06 May 2019 21:11:00 -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',
)