view lib/homeauto_anynode/setup.py @ 1522:040e12a696a9

influx host name; reformat Ignore-this: cf8651143d3459e64aefa51da973c54e darcs-hash:1e4b44bdb36d68876a443ed255b71de3608356d9
author drewp <drewp@bigasterisk.com>
date Wed, 05 Feb 2020 00:22:48 -0800
parents 2452dd87aa9c
children
line wrap: on
line source

from setuptools import setup
 
setup(
    name='homeauto_anynode',
    version='0.9.0',
    packages=['homeauto_anynode'],
    package_dir={'homeauto_anynode': ''},
    include_package_data=True,
    url='https://projects.bigasterisk.com/homeauto-anynode/homeauto_anynode-0.9.0.tar.gz',
    author='Drew Perttula',
    author_email='drewp@bigasterisk.com',
)