view lib/homeauto_anynode/setup.py @ 548:4e12db1f93d4

another try at including html Ignore-this: 456a7c2b6570a00251014288e8925251
author drewp@bigasterisk.com
date Thu, 25 Apr 2019 23:33:06 -0700
parents 78fd90cffe5a
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',
)