view lib/homeauto_anynode/setup.py @ 633:42dab8c6200a

RgbStrip init fix Ignore-this: 2fe82ee432152e2902cc1d81d0895341
author drewp@bigasterisk.com
date Mon, 12 Aug 2019 01:10:12 -0700
parents 008f7915041f
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',
)