view lib/homeauto_anynode/setup.py @ 1428:56e07d3f0930

frontdoor configs; move device class timing to greplin stats Ignore-this: f32495ae0d3b4c6f50fe1ba46c57abcd darcs-hash:c8b6f8460b858868837dc9c98f844528531fe98c
author drewp <drewp@bigasterisk.com>
date Thu, 08 Aug 2019 16:50:14 -0700
parents 975d6c25be7d
children c420c96972c1
line wrap: on
line source

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