Mercurial > code > home > repos > homeauto
view lib/homeauto_anynode/setup.py @ 1420:8ffead2295e0
release 0.7.0
Ignore-this: da64b66a5123da5a08b7afa9816221ab
darcs-hash:1714de97f2c2f1cdf9f71c689f6acd81fc122371
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Sun, 04 Aug 2019 12:57:25 -0700 |
parents | 651920ae4dd3 |
children | 008f7915041f |
line wrap: on
line source
from setuptools import setup setup( name='homeauto_anynode', version='0.7.0', packages=['homeauto_anynode'], package_dir={'homeauto_anynode': ''}, include_package_data=True, url='https://projects.bigasterisk.com/homeauto-anynode/homeauto_anynode-0.7.0.tar.gz', author='Drew Perttula', author_email='drewp@bigasterisk.com', )