Mercurial > code > home > repos > homeauto
comparison lib/export_to_influxdb/setup.py @ 1459:6c6b14c39cd2
release 0.2.0
Ignore-this: 68d50df5792c57ef558e7636046db7b7
darcs-hash:2a499b0e26f9fe8ef91d93d73777bfd8ace3d5a7
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Wed, 25 Sep 2019 17:56:28 -0700 |
parents | be5fc8791c4d |
children | 50b95bd96141 |
comparison
equal
deleted
inserted
replaced
1458:be5fc8791c4d | 1459:6c6b14c39cd2 |
---|---|
1 from setuptools import setup | 1 from setuptools import setup |
2 | 2 |
3 setup( | 3 setup( |
4 name='export_to_influxdb', | 4 name='export_to_influxdb', |
5 version='0.1.0', | 5 version='0.2.0', |
6 packages=['export_to_influxdb'], | 6 packages=['export_to_influxdb'], |
7 package_dir={'export_to_influxdb': ''}, | 7 package_dir={'export_to_influxdb': ''}, |
8 install_requires=[ | 8 install_requires=[ |
9 'influxdb >= 3.0.0' | 9 'influxdb >= 3.0.0' |
10 ], | 10 ], |
11 url='https://projects.bigasterisk.com/export-to-influxdb/export_to_influxdb-0.1.0.tar.gz', | 11 url='https://projects.bigasterisk.com/export-to-influxdb/export_to_influxdb-0.2.0.tar.gz', |
12 author='Drew Perttula', | 12 author='Drew Perttula', |
13 author_email='drewp@bigasterisk.com', | 13 author_email='drewp@bigasterisk.com', |
14 ) | 14 ) |