view lib/homeauto_anynode/setup.py @ 1417:836ea2bfc3b5

fix graph view on ionode index page Ignore-this: f23a0b33b6deef86de0843f9f950564c darcs-hash:6573984668c27863208dd0bfc2ce217d42a42011
author drewp <drewp@bigasterisk.com>
date Sat, 03 Aug 2019 17:02:41 -0700
parents 8729ae91bd1d
children 8a39ec6adc20
line wrap: on
line source

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