view lib/homeauto_anynode/setup.py @ 1421:c451aad69f65

output-widgets.html path Ignore-this: 3e3625215c69ee5600c20d42d3afaabc darcs-hash:06ed2ea6a38e6fa7a40a36f3bfc93b22522a49c8
author drewp <drewp@bigasterisk.com>
date Sun, 04 Aug 2019 13:03:04 -0700
parents 8ffead2295e0
children 008f7915041f
line wrap: on
line source

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