Mercurial > code > home > repos > homeauto
view lib/homeauto_anynode/setup.py @ 1354:8729ae91bd1d
release 0.5.0
Ignore-this: b3d662b528243d75aeb79c42c752fab1
darcs-hash:cced9209b22b8422e5506598f62f2b25171c7d6a
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Thu, 25 Apr 2019 23:36:44 -0700 |
parents | 0ba7a78dcd4a |
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', )