view lib/homeauto_anynode/setup.py @ 1419:24e29a15617c

partial style redo. standardize ns setup Ignore-this: 4b8bb9ecc023b9e42f301241fe1819cc darcs-hash:10803752665928343398b6845fdcfd3e3b33fb97
author drewp <drewp@bigasterisk.com>
date Sun, 04 Aug 2019 12:57:03 -0700
parents 651920ae4dd3
children 7bacead2ef4b
line wrap: on
line source

from setuptools import setup
 
setup(
    name='homeauto_anynode',
    version='0.6.0',
    packages=['homeauto_anynode'],
    package_dir={'homeauto_anynode': ''},
    include_package_data=True,
    url='https://projects.bigasterisk.com/homeauto-anynode/homeauto_anynode-0.6.0.tar.gz',
    author='Drew Perttula',
    author_email='drewp@bigasterisk.com',
)