view lib/cycloneerr/setup.py @ 568:2d8a5532f1b5

match esp hostname in py code Ignore-this: 57f2db842b5935faad0214bac52f5adc
author drewp@bigasterisk.com
date Sun, 05 May 2019 22:44:35 -0700
parents 4113931e5035
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',
)