view lib/homeauto_anynode/setup.py @ 1441:94bb8408e6ed

fix precision of ledstrip paras Ignore-this: d0841f1170755b08cb63de8f8af776c6 darcs-hash:a89893534e614b3f821c212e7a648050cc6cc176
author drewp <drewp@bigasterisk.com>
date Mon, 12 Aug 2019 10:08:23 -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',
)