view lib/cycloneerr/setup.py @ 1407:6c86c6a87eab

update standardservice. add --dns to all docker runs Ignore-this: 7439dab992e614fa8fa562f4f750e57b darcs-hash:f765086ee3524d876864142fc6c37d971ec970ac
author drewp <drewp@bigasterisk.com>
date Tue, 23 Jul 2019 10:29:31 -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',
)