view lib/homeauto_anynode/setup.py @ 543:68d559a2c2ae

release 0.3.0 Ignore-this: 24ef128b3e09333e2ed61b04e04b479a
author drewp@bigasterisk.com
date Thu, 25 Apr 2019 23:01:04 -0700
parents 3b4915ab7b74
children 78fd90cffe5a
line wrap: on
line source

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