Mercurial > code > home > repos > homeauto
view lib/cycloneerr/setup.py @ 1428:56e07d3f0930
frontdoor configs; move device class timing to greplin stats
Ignore-this: f32495ae0d3b4c6f50fe1ba46c57abcd
darcs-hash:c8b6f8460b858868837dc9c98f844528531fe98c
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Thu, 08 Aug 2019 16:50:14 -0700 |
parents | a6bc8989b5b9 |
children | 11712539f4df |
line wrap: on
line source
from setuptools import setup setup( name='cycloneerr', version='0.3.0', packages=['cycloneerr'], package_dir={'cycloneerr': ''}, install_requires=['cyclone'], url='https://projects.bigasterisk.com/cycloneerr/cycloneerr-0.3.0.tar.gz', author='Drew Perttula', author_email='drewp@bigasterisk.com', )