view lib/homeauto_anynode/setup.py @ 549:fa893c9ac981

release 0.4.0 Ignore-this: c1b1337626e03b603e50b5c2c2b9c397
author drewp@bigasterisk.com
date Thu, 25 Apr 2019 23:33:35 -0700
parents 4e12db1f93d4
children 5b98e0da8e33
line wrap: on
line source

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