view lib/homeauto_anynode/setup.py @ 615:8a39ec6adc20

release 0.6.0 Ignore-this: 67cc769e6ea3e1f1bac0a4d769d5a6d6
author drewp@bigasterisk.com
date Sat, 03 Aug 2019 17:03:08 -0700
parents 1faebc897c77
children 7bacead2ef4b
line wrap: on
line source

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