view lib/homeauto_anynode/setup.py @ 1356:35090659d414

fix /static path dir Ignore-this: 464d6e4dfc28f03240fde8cf1f047e41 darcs-hash:a16cad68206967fd7e85e2fe66d07e5cba279b6f
author drewp <drewp@bigasterisk.com>
date Thu, 25 Apr 2019 23:52:22 -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',
)