Mercurial > code > home > repos > homeauto
diff lib/export_to_influxdb/setup.py @ 546:56ea46077ff5
export_to_influxdb to new package
Ignore-this: 573ebd40dcc63350bce2bf573f8908c1
author | drewp@bigasterisk.com |
---|---|
date | Thu, 25 Apr 2019 23:12:39 -0700 |
parents | |
children | 6d482537e4cc |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lib/export_to_influxdb/setup.py Thu Apr 25 23:12:39 2019 -0700 @@ -0,0 +1,11 @@ +from setuptools import setup + +setup( + name='export_to_influxdb', + version='0.0.0', + packages=['export_to_influxdb'], + package_dir={'export_to_influxdb': ''}, + url='https://projects.bigasterisk.com/export-to-influxdb/export_to_influxdb-0.0.0.tar.gz', + author='Drew Perttula', + author_email='drewp@bigasterisk.com', +)