view lib/homeauto_anynode/setup.py @ 1448:420effc5e138

makefile to invoke Ignore-this: 766949fabca4a9edfecba59c493899ef darcs-hash:06deb9d383c5c890f9577edb962e6db36e37e87e
author drewp <drewp@bigasterisk.com>
date Wed, 25 Sep 2019 17:25:16 -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',
)