view lib/homeauto_anynode/setup.py @ 1347:795789ca6db1

release 0.3.0 Ignore-this: 665b08b4fa6e6c1fe919e11e2cda5f37 darcs-hash:f507e9d7d7df3e8820e963fcc3398b16bcb9f68e
author drewp <drewp@bigasterisk.com>
date Thu, 25 Apr 2019 23:01:15 -0700
parents 4d3b31903c04
children 4e12db1f93d4
line wrap: on
line source

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