view lib/homeauto_anynode/setup.py @ 1411:21d0cd98ef7a

mock output mode Ignore-this: a7b9dd184a2f3c811cd7c1d3ca4a002c darcs-hash:af6eb3949372201ed9b414ce038849c4ce8423cf
author drewp <drewp@bigasterisk.com>
date Wed, 24 Jul 2019 00:34: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',
)