view lib/homeauto_anynode/setup.py @ 1351:457bd56e750e

another try at including html Ignore-this: 456a7c2b6570a00251014288e8925251 darcs-hash:995c073c94e05c052b55d9b3a82b4829f080e286
author drewp <drewp@bigasterisk.com>
date Thu, 25 Apr 2019 23:33:06 -0700
parents 795789ca6db1
children fa893c9ac981
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',
)