view lib/homeauto_anynode/setup.py @ 1388:3e9d9cbbb13f

release 0.7.0 Ignore-this: 91592ac0e434c1585a7afbb0313f0f05 darcs-hash:21e99b27f648db4b42a8b74a1963d3f6fa3e1453
author drewp <drewp@bigasterisk.com>
date Fri, 10 May 2019 02:10:05 -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',
)